about summary refs log tree commit diff
path: root/hosts/common/hardware/xps9300.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-05 13:20:41 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-05 13:20:41 -0800
commit7be22acd47d624d4cb73614f79226c2be89fdef9 (patch)
treea46d1fc8d8448a9ee4e52dda785ec3865e0a0913 /hosts/common/hardware/xps9300.nix
parenttailscale: add tailscale to the laptop (aptos) (diff)
downloadworld-7be22acd47d624d4cb73614f79226c2be89fdef9.tar.gz
aptos: remove mem_sleep_default
The laptop was rebooting when I'd open the lid.
Diffstat (limited to 'hosts/common/hardware/xps9300.nix')
-rw-r--r--hosts/common/hardware/xps9300.nix1
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" ];
 }