From 84be4b98580bb5600f45253af5b5e093c97199f9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 6 Sep 2019 11:54:49 +0200 Subject: laptop: disable physlock xautolock is nicer --- modules/hardware/laptop.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index 7320d600..8c370514 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 = '' -- cgit 1.4.1