aboutsummaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
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
+ ];
+ };
};
};
}