mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-11 18:43:33 +02:00
commit
999454bb05
1 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,10 @@
|
||||||
# Comment out to run in a console for a smaller iso and less RAM.
|
# Comment out to run in a console for a smaller iso and less RAM.
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
desktopManager.xfce.enable = true;
|
desktopManager.xfce = {
|
||||||
|
enable = true;
|
||||||
|
enableScreensaver = false;
|
||||||
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
lightdm.enable = true;
|
lightdm.enable = true;
|
||||||
autoLogin = {
|
autoLogin = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue