mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
reduce xorg defaults from global to per-machine
This commit is contained in:
parent
3984e050ff
commit
da2abb03d6
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,8 @@ in
|
|||
"/var/log/journal"
|
||||
];
|
||||
|
||||
services.xserver.displayManager.defaultSession = "gnome-xorg";
|
||||
|
||||
services.openssh.hostKeys = [
|
||||
{ type = "ed25519"; path = "${persist}/ssh_host_ed25519_key"; }
|
||||
];
|
||||
|
|
|
@ -13,7 +13,6 @@ in
|
|||
displayManager.gdm.enable = true;
|
||||
displayManager.gdm.autoSuspend = false;
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.defaultSession = "gnome-xorg";
|
||||
};
|
||||
|
||||
services.colord.enable = false;
|
||||
|
|
Loading…
Reference in a new issue