nixos/hidepid: drop the module as the hidepid mount option is broken

This has been in an unusable state since the switch to cgroups-v2.
See https://github.com/NixOS/nixpkgs/issues/73800 for details.
This commit is contained in:
Dominik Xaver Hörl
2021-02-21 13:51:37 +01:00
parent b8ec6cfdd4
commit 893d911b55
6 changed files with 5 additions and 73 deletions
-2
View File
@@ -22,8 +22,6 @@ with lib;
environment.memoryAllocator.provider = mkDefault "scudo";
environment.variables.SCUDO_OPTIONS = mkDefault "ZeroContents=1";
security.hideProcessInformation = mkDefault true;
security.lockKernelModules = mkDefault true;
security.protectKernelImage = mkDefault true;