diff --git a/flake.nix b/flake.nix index 48e62f3..092bfbc 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { - nixosConfigurations.default = nixpkgs.lib.nixosSystem { + nixosConfigurations.snowhawk = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; modules = [ ./configuration.nix