diff options
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" ]; } |