Disable auto suspend
This commit is contained in:
@@ -19,9 +19,6 @@ in {
|
|||||||
notify = 10; # seconds
|
notify = 10; # seconds
|
||||||
notifier = "${pkgs.libnotify}/bin/notify-send \"Locking in 10 seconds\"";
|
notifier = "${pkgs.libnotify}/bin/notify-send \"Locking in 10 seconds\"";
|
||||||
|
|
||||||
killtime = 60; # minutes
|
|
||||||
killer = "${pkgs.systemd}/bin/systemctl suspend";
|
|
||||||
|
|
||||||
extraOptions = [ "-secure" ];
|
extraOptions = [ "-secure" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user