diff --git a/flake.nix b/flake.nix index 70dc2d9..26e54dc 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inputs@{ self, nixpkgs, ... }: { nixosConfigurations = { - server = nixpkgs.lib.nixosSystem { + "games-night" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [