nix/os: tidy up hw/boot handling
This commit is contained in:
parent
40fd476f0b
commit
8baa3cf42d
13 changed files with 63 additions and 62 deletions
|
@ -4,10 +4,4 @@
|
|||
# workaround to disable CPU wining
|
||||
# current CPU has 9 idle cstates.
|
||||
boot.kernelParams = [ "intel_idle.max_cstate=9" ];
|
||||
|
||||
# Workaround for nm-pptp to enforce module load
|
||||
boot.kernelModules = [
|
||||
"nf_conntrack_proto_gre"
|
||||
"nf_conntrack_pptp"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue