aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/hardware/xps9300.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/hardware/xps9300.nix')
-rw-r--r--hosts/common/hardware/xps9300.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/common/hardware/xps9300.nix b/hosts/common/hardware/xps9300.nix
new file mode 100644
index 0000000..f944f55
--- /dev/null
+++ b/hosts/common/hardware/xps9300.nix
@@ -0,0 +1,6 @@
+{
+ imports = [
+ ./intel.nix
+ ];
+ boot.kernelParams = [ "mem_sleep_default=deep" ];
+}