1
0
Fork 0

Suspend after 60 minutes

master
dump_stack() 2019-08-15 13:32:11 +00:00
parent 0455ad4548
commit 66db9c78e0
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

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