Add monitoring host

This commit is contained in:
2024-12-01 01:51:29 +01:00
parent 5db87052d3
commit 3c3eaaa042
9 changed files with 160 additions and 1 deletions

View File

@@ -215,6 +215,22 @@
sops-nix.nixosModules.sops
];
};
monitoring01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = [ overlay-unstable ];
}
)
./hosts/monitoring01
sops-nix.nixosModules.sops
];
};
};
};
}