summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-06 11:54:49 +0200
committerAlan Pearce2019-09-06 11:54:49 +0200
commit84be4b98580bb5600f45253af5b5e093c97199f9 (patch)
tree00418b86436e4fb61450b3731a5de8172d94fae1
parent14354e6765b968d9f625446be8534fe28d8e7092 (diff)
downloadnixos-configuration-84be4b98580bb5600f45253af5b5e093c97199f9.tar.lz
nixos-configuration-84be4b98580bb5600f45253af5b5e093c97199f9.tar.zst
nixos-configuration-84be4b98580bb5600f45253af5b5e093c97199f9.zip
laptop: disable physlock
xautolock is nicer
-rw-r--r--modules/hardware/laptop.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix
index 7320d60..8c37051 100644
--- a/modules/hardware/laptop.nix
+++ b/modules/hardware/laptop.nix
@@ -54,12 +54,6 @@
     '';
   };
 
-  services.physlock = {
-    enable = true;
-    # Already need to enter disk encryption password
-    lockOn.hibernate = false;
-  };
-
   services.tlp = {
     enable = true;
     extraConfig = ''