diff --git a/flake.nix b/flake.nix index 6caf02c..57559ab 100644 --- a/flake.nix +++ b/flake.nix @@ -191,7 +191,7 @@ nixosConfigurations."yshtola" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { - inherit userName userEmail nur; + inherit userName userEmail; hostname = "yshtola"; role = "server"; }; @@ -217,7 +217,7 @@ nixosConfigurations."estinien" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { - inherit userName userEmail; + inherit userName userEmail nur; hostname = "estinien"; role = "server"; };