index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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"
];
}