From b636b1d775de012fd5af866464680e30b6a5f072 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 15 Sep 2026 13:32:35 -0400 Subject: monitoring config --- nix/flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nix/flake.nix') diff --git a/nix/flake.nix b/nix/flake.nix index 50d9f5f..eab43a1 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -71,6 +71,15 @@ sops-nix.nixosModules.sops ]; }; + + "monitoring-2" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./per-host/base/configuration.nix + ./per-host/monitoring-2/configuration.nix + sops-nix.nixosModules.sops + ]; + }; }; }; } -- cgit v1.2.3