diff options
author | Alan Pearce | 2017-09-09 21:54:03 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-09 21:54:03 +0200 |
commit | 61b85e007d4ce04a28ec9be8378a609b4508279a (patch) | |
tree | 632cdc10753e2d5c7eb62cb546d14bd56867fd72 | |
parent | fcda0e9be54eff63d8acc89f67e5e37b220ee369 (diff) | |
download | nixos-configuration-61b85e007d4ce04a28ec9be8378a609b4508279a.tar.lz nixos-configuration-61b85e007d4ce04a28ec9be8378a609b4508279a.tar.zst nixos-configuration-61b85e007d4ce04a28ec9be8378a609b4508279a.zip |
laptop: Disable physlock
It breaks on satoshipad. Stick to invoking i3lock manually
-rw-r--r-- | modules/laptop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/laptop.nix b/modules/laptop.nix index ea6b9c6..3d6894c 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -47,7 +47,7 @@ IdleActionSec=600 ''; - services.physlock.enable = true; + services.physlock.enable = false; services.tlp = { enable = true; |