diff --git a/profiles/core/default.nix b/profiles/core/default.nix index c2b19824..9a3781a7 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -141,13 +141,7 @@ in ''; }; - security = { - - hideProcessInformation = true; - - protectKernelImage = true; - - }; + security.hideProcessInformation = true; services.earlyoom.enable = true;