From 0769fe1e0d33e6a5adbf5bb1f4b6d3f942c959df Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 10 Aug 2026 23:01:53 -0400 Subject: [PATCH] mod: adjusted again --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; };