all repos — nixfiles @ 84be4b98580bb5600f45253af5b5e093c97199f9

System and user configuration, managed by nix and home-manager

laptop: disable physlock

xautolock is nicer
Alan Pearce alan@alanpearce.eu
Fri, 06 Sep 2019 11:54:49 +0200
commit

84be4b98580bb5600f45253af5b5e093c97199f9

parent

14354e6765b968d9f625446be8534fe28d8e7092

1 files changed, 0 insertions(+), 6 deletions(-)

jump to
M modules/hardware/laptop.nixmodules/hardware/laptop.nix
@@ -54,12 +54,6 @@ ${pkgs.autorandr}/bin/autorandr --batch --change     '';
   };
 
-  services.physlock = {
-    enable = true;
-    # Already need to enter disk encryption password
-    lockOn.hibernate = false;
-  };
-
   services.tlp = {
     enable = true;
     extraConfig = ''