diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-05 13:20:41 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-05 13:20:41 -0800 |
commit | 7be22acd47d624d4cb73614f79226c2be89fdef9 (patch) | |
tree | a46d1fc8d8448a9ee4e52dda785ec3865e0a0913 /hosts | |
parent | tailscale: add tailscale to the laptop (aptos) (diff) | |
download | world-7be22acd47d624d4cb73614f79226c2be89fdef9.tar.gz |
aptos: remove mem_sleep_default
The laptop was rebooting when I'd open the lid.
Diffstat (limited to '')
-rw-r--r-- | hosts/common/hardware/xps9300.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/common/hardware/xps9300.nix b/hosts/common/hardware/xps9300.nix index f944f55..7934478 100644 --- a/hosts/common/hardware/xps9300.nix +++ b/hosts/common/hardware/xps9300.nix @@ -2,5 +2,4 @@ imports = [ ./intel.nix ]; - boot.kernelParams = [ "mem_sleep_default=deep" ]; } |