mod: forgot nur inherit

This commit is contained in:
2026-09-20 20:22:21 -04:00
parent 9f14456ecc
commit 6405a3f0aa
+1 -1
View File
@@ -223,7 +223,7 @@
nixosConfigurations."yshtola" = nixpkgs.lib.nixosSystem { nixosConfigurations."yshtola" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { specialArgs = {
inherit userName userEmail; inherit userName userEmail nur;
hostname = "yshtola"; hostname = "yshtola";
role = "server"; role = "server";
}; };