Made server config easier

This commit is contained in:
2025-10-12 08:41:56 +02:00
parent 78dc043981
commit 6a62fed7d4
4 changed files with 15 additions and 12 deletions

View File

@@ -50,7 +50,7 @@
user = "r3ddy";
email = personalEmail;
gamingSystem = true;
# Currently supported: plasma, gnome, hyprland
# Currently supported: plasma, gnome, hyprland and none
desktopEnvironment = "gnome";
};
nixosConfigurations.workstation = mkSystem "workstation" {
@@ -64,6 +64,7 @@
system = "x86_64-linux";
email = personalEmail;
user = "r3ddy";
desktopEnvironment = "none";
};
};
}