diff options
-rw-r--r-- | modules/hardware/laptop.nix | 6 |
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 = '' |