mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-09 18:33:36 +02:00
Disable screen saver
This commit is contained in:
parent
9d2c056d2a
commit
8417855829
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.
|
||||
xserver = {
|
||||
enable = true;
|
||||
desktopManager.xfce.enable = true;
|
||||
desktopManager.xfce = {
|
||||
enable = true;
|
||||
enableScreensaver = false;
|
||||
};
|
||||
displayManager = {
|
||||
lightdm.enable = true;
|
||||
autoLogin = {
|
||||
|
|
Loading…
Add table
Reference in a new issue