mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Made server config easier
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user