From ad67b5ea18da5c87af647cf4166ffe4fe4b09c76 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Sat, 14 Feb 2026 13:10:11 +0100 Subject: [PATCH] add monitoring --- flake.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/flake.nix b/flake.nix index c42b20a..9ca59e7 100644 --- a/flake.nix +++ b/flake.nix @@ -137,6 +137,20 @@ ./hosts/www ]; }; + nixosConfigurations."monitoring" = nixpkgs.lib.nixosSystem { + #system = "x86_64-linux"; + #pkgs = import nixpkgs { inherit system; }; + inherit system; + modules = [ + agenix.nixosModules.default + { environment.systemPackages = [ (agenix.packages.${system}.default) ]; } + { + age.secrets = { + }; + } + ./hosts/monitoring + ]; + }; nixosConfigurations."sql" = nixpkgs.lib.nixosSystem { #system = "x86_64-linux"; #pkgs = import nixpkgs { inherit system; };