Compare commits
No commits in common. "5996a33269e89bca6b09c2f8b1da1fc571293105" and "0a2fb9609c8b02dba2ab82902fb6c6537539c4b8" have entirely different histories.
5996a33269
...
0a2fb9609c
1 changed files with 3 additions and 3 deletions
|
|
@ -46,9 +46,9 @@
|
|||
autoStart = true;
|
||||
};
|
||||
xserver = {
|
||||
enable = false;
|
||||
displayManager.gdm.enable = false;
|
||||
desktopManager.gnome.enable = false;
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue