Added cap-apollo-n01

This commit is contained in:
2025-12-26 23:24:19 -08:00
parent 6ba1828944
commit 444b5894c6
6 changed files with 73 additions and 2 deletions

View File

@@ -108,6 +108,16 @@
];
};
nixosConfigurations.cap-apollo-n01 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./hosts/cap-apollo-n01/configuration.nix
sops-nix.nixosModules.sops
inputs.home-manager.nixosModules.default
];
};
nixosConfigurations.cap-slim7 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };