diff --git a/nix/flake.nix b/nix/flake.nix index 1f14581..4a3507a 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -58,6 +58,17 @@ inputs.sops-nix.nixosModules.sops ]; }; + + chunk = lib.nixosSystem { + specialArgs = {inherit inputs outputs;}; + modules = [ + { + nixpkgs = {inherit pkgs;}; + } + ./hosts/chunk + inputs.sops-nix.nixosModules.sops + ]; + }; }; homeConfigurations = {