From 6cbde55575ac25e8650b791427f578c7b95a9fdd Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Sun, 7 Dec 2025 17:04:34 -0800 Subject: [PATCH] Add cap-clust-01 to test --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 9492ad2..27e5fd9 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,13 @@ ... }@inputs: { + nixosConfigurations.cap-clust-01 = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./hosts/cap-clust-01/configuration.nix + inputs.home-manager.nixosModules.default + ]; + }; nixosConfigurations.cap-slim7 = nixpkgs.lib.nixosSystem { system = "x86_64-linux";