diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/laptop.nix | 2 | ||||
-rw-r--r-- | modules/nix.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/laptop.nix b/modules/laptop.nix index ea6b9c6e..3d6894cc 100644 --- a/modules/laptop.nix +++ b/modules/laptop.nix @@ -47,7 +47,7 @@ IdleActionSec=600 ''; - services.physlock.enable = true; + services.physlock.enable = false; services.tlp = { enable = true; diff --git a/modules/nix.nix b/modules/nix.nix index 35b7cea6..e5353de5 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -7,7 +7,7 @@ daemonIONiceLevel = 4; extraOptions = '' - auto-optimise-store = true; + auto-optimise-store = true ''; gc = { automatic = true; |