summary refs log tree commit diff stats
path: root/modules/hardware/laptop.nix
diff options
context:
space:
mode:
authorAlan Pearce2017-11-24 21:49:45 +0100
committerAlan Pearce2017-11-24 21:49:45 +0100
commit38fdac731ba36659dd59c66236d2a98e63e7e8f0 (patch)
tree54576eaddae97b99a2e2fc3ea964894f38588d3c /modules/hardware/laptop.nix
parentdb4e74ecb787f059023eb31c177b16b8a605a69e (diff)
downloadnixos-configuration-38fdac731ba36659dd59c66236d2a98e63e7e8f0.tar.lz
nixos-configuration-38fdac731ba36659dd59c66236d2a98e63e7e8f0.tar.zst
nixos-configuration-38fdac731ba36659dd59c66236d2a98e63e7e8f0.zip
Re-enable physlock on laptops
Diffstat (limited to 'modules/hardware/laptop.nix')
-rw-r--r--modules/hardware/laptop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix
index 3024dae..c08f6b9 100644
--- a/modules/hardware/laptop.nix
+++ b/modules/hardware/laptop.nix
@@ -27,7 +27,7 @@
     IdleActionSec=600
   '';
 
-  services.physlock.enable = false;
+  services.physlock.enable = true;
 
   services.tlp = {
     enable = true;