mod: added input

This commit is contained in:
2026-08-10 22:44:07 -04:00
parent 7bc8e821b5
commit fee14618b8
+1 -1
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; inherit userName userEmail nur;
hostname = "yshtola"; hostname = "yshtola";
role = "server"; role = "server";
}; };