Compare commits

..

4 commits

Author SHA1 Message Date
Ilya K 4e7c4e84ec Add Grafana/Prometheus/Mimir minimal setup
More later, Loki also later.
2024-07-05 14:30:49 +03:00
Ilya K e6679444d9 Add devShell with agenix and colmena 2024-07-05 14:30:49 +03:00
raito 6b7ddbcd29 bagel-box: reuse common/ module
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-07-05 13:29:56 +02:00
raito e27f152f00 common/base-server: use ambiant stable lix by default
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-07-05 13:29:47 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ lib, pkgs, ... }: {
nixpkgs.overlays = import ../overlays;
nix.package = pkgs.lix;
nix.package = lib.mkDefault pkgs.lix;
services.openssh.enable = lib.mkForce true;
networking.firewall.enable = true;

View file

@ -82,7 +82,7 @@
inputs.hydra.nixosModules.hydra
./services
./common
./hosts/bagel-box
];
};