mod: adjusted again
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user