diff --git a/flake.nix b/flake.nix index fd32c2a..501fd6d 100644 --- a/flake.nix +++ b/flake.nix @@ -223,7 +223,7 @@ nixosConfigurations."yshtola" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { - inherit userName userEmail; + inherit userName userEmail nur; hostname = "yshtola"; role = "server"; };