summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hardware/laptop.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix
index c662885..a1d27ee 100644
--- a/modules/hardware/laptop.nix
+++ b/modules/hardware/laptop.nix
@@ -38,7 +38,11 @@
     IdleActionSec=600
   '';
 
-  services.physlock.enable = true;
+  services.physlock = {
+    enable = true;
+    # Already need to enter disk encryption password
+    lockOn.hibernate = false;
+  };
 
   services.tlp = {
     enable = true;