1
0
Fork 0

Disable auto suspend

master
dump_stack() 2019-08-20 00:24:33 +00:00
parent 0139d555ea
commit 191e8803c9
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ in {
notify = 10; # seconds
notifier = "${pkgs.libnotify}/bin/notify-send \"Locking in 10 seconds\"";
killtime = 60; # minutes
killer = "${pkgs.systemd}/bin/systemctl suspend";
extraOptions = [ "-secure" ];
};