disabled gdm autosuspend on mauville

This commit is contained in:
Aly Raffauf 2024-03-12 19:13:42 -04:00
parent 6042a7c9af
commit c205bc539f

View file

@ -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";