From fb552cdb092d014962a3f8c55443235c7ff7ddee Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 27 Feb 2024 05:59:32 -0800 Subject: [PATCH] snowhawk --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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