diff options
author | Alan Pearce | 2019-09-06 11:54:49 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-06 11:54:49 +0200 |
commit | 84be4b98580bb5600f45253af5b5e093c97199f9 (patch) | |
tree | 00418b86436e4fb61450b3731a5de8172d94fae1 /modules | |
parent | 14354e6765b968d9f625446be8534fe28d8e7092 (diff) | |
download | nixos-configuration-84be4b98580bb5600f45253af5b5e093c97199f9.tar.lz nixos-configuration-84be4b98580bb5600f45253af5b5e093c97199f9.tar.zst nixos-configuration-84be4b98580bb5600f45253af5b5e093c97199f9.zip |
laptop: disable physlock
xautolock is nicer
Diffstat (limited to 'modules')
-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 = '' |