aboutsummaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-09-15 17:32:35 +0000
committerKumar Damani <me@kumardamani.net>2026-09-15 21:09:51 +0000
commitb636b1d775de012fd5af866464680e30b6a5f072 (patch)
treed0d0ba591a7d291f26f2e13276e0e18c33dc4835 /nix/flake.nix
parent977e3411a8d5836c7105d1cf0c5782413a3de078 (diff)
monitoring config
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix9
1 files changed, 9 insertions, 0 deletions
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
+ ];
+ };
};
};
}