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; };