mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
disabled gdm autosuspend on mauville
This commit is contained in:
parent
6042a7c9af
commit
c205bc539f
|
@ -22,6 +22,8 @@
|
|||
operation = lib.mkForce "boot";
|
||||
};
|
||||
|
||||
services.xserver.displayManager.gdm.autoSuspend = false;
|
||||
|
||||
# Delete generations older than 14 days.
|
||||
nix.gc = {
|
||||
options = lib.mkForce "--delete-older-than 14d";
|
||||
|
|
Loading…
Reference in a new issue