about summary refs log tree commit diff
path: root/hosts/common/hardware/xps9300.nix
blob: f944f55a52f3eddf11f596e64fa1cd709ac61f60 (plain) (blame)
1
2
3
4
5
6
{
  imports = [
    ./intel.nix
  ];
  boot.kernelParams = [ "mem_sleep_default=deep" ];
}