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