summaryrefslogtreecommitdiff
path: root/share/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'share/common.nix')
-rw-r--r--share/common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/common.nix b/share/common.nix
index b91fcb0..f2310c1 100644
--- a/share/common.nix
+++ b/share/common.nix
@@ -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