diff --git a/templates/nix-config/flake.nix b/templates/nix-config/flake.nix index 5799aae..cf69f0a 100644 --- a/templates/nix-config/flake.nix +++ b/templates/nix-config/flake.nix @@ -23,6 +23,8 @@ inherit system; config.allowUnfree = true; }; + in + { nixosConfigurations = { numbus-server = nixpkgs.lib.nixosSystem { inherit system; @@ -39,7 +41,7 @@ # Core host configuration ./configuration.nix ./hardware-configuration.nix - ] + ]; }; }; };