summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorAlan Pearce2017-09-09 21:54:03 +0200
committerAlan Pearce2017-09-09 21:54:03 +0200
commit61b85e007d4ce04a28ec9be8378a609b4508279a (patch)
tree632cdc10753e2d5c7eb62cb546d14bd56867fd72 /modules
parentfcda0e9be54eff63d8acc89f67e5e37b220ee369 (diff)
downloadnixos-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
Diffstat (limited to 'modules')
-rw-r--r--modules/laptop.nix2
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;