physlock: Disable automatic locking (suspend/hibernate)

This commit is contained in:
ItsDrike 2024-06-27 16:05:31 +02:00
parent 4660bc0046
commit 3914b13d3a
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -9,6 +9,13 @@ in {
services.physlock = {
enable = true;
lockMessage = "System is locked...";
# Don't auto-lock the system with physlock, I prefer other (gui) lockers
# I only use physlock manually in some circumstances
lockOn = {
suspend = false;
hibernate = false;
};
};
};
}