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