mod: adjusted again

This commit is contained in:
2026-08-10 23:01:53 -04:00
parent fee14618b8
commit 0769fe1e0d
+2 -2
View File
@@ -191,7 +191,7 @@
nixosConfigurations."yshtola" = nixpkgs.lib.nixosSystem { nixosConfigurations."yshtola" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { specialArgs = {
inherit userName userEmail nur; inherit userName userEmail;
hostname = "yshtola"; hostname = "yshtola";
role = "server"; role = "server";
}; };
@@ -217,7 +217,7 @@
nixosConfigurations."estinien" = nixpkgs.lib.nixosSystem { nixosConfigurations."estinien" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { specialArgs = {
inherit userName userEmail; inherit userName userEmail nur;
hostname = "estinien"; hostname = "estinien";
role = "server"; role = "server";
}; };