no need to replace the kernel at runtime
This commit is contained in:
parent
e552528085
commit
47842e2bbb
|
@ -198,6 +198,9 @@ in
|
||||||
# allow realtime
|
# allow realtime
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
|
# no need to replace the kernel at runtime
|
||||||
|
security.protectKernelImage = true;
|
||||||
|
|
||||||
# package manager config
|
# package manager config
|
||||||
nix = {
|
nix = {
|
||||||
# auto optimize the store
|
# auto optimize the store
|
||||||
|
|
Loading…
Reference in a new issue