all repos — archive/nixos-configuration @ 84be4b98580bb5600f45253af5b5e093c97199f9

Superseded by nixfiles

laptop: disable physlock xautolock is nicer

Alan Pearce
commit

84be4b98580bb5600f45253af5b5e093c97199f9

parent

14354e6765b968d9f625446be8534fe28d8e7092

1 file 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 = ''