⚙️ Estinien configuration #14

Merged
wymiller merged 7 commits from estinien into master 2026-08-11 19:02:56 -05:00
Showing only changes of commit 0769fe1e0d - Show all commits
+2 -2
View File
@@ -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";
};