⚙️ 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 fee14618b8 - Show all commits
+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";
}; };