about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorDominik Xaver Hörl <hoe.dom@gmx.de>2021-02-21 13:25:56 +0100
committerDominik Xaver Hörl <hoe.dom@gmx.de>2021-02-21 13:51:37 +0100
commit893d911b553526b150cd6a0c6c0cea47e0ef55ab (patch)
tree409aaf4b54039fdbd12016f827dd7587f6fad7e8 /nixos/modules/rename.nix
parentb8ec6cfdd45b442ffae14447d1dbd7d87db47027 (diff)
downloadnixlib-893d911b553526b150cd6a0c6c0cea47e0ef55ab.tar
nixlib-893d911b553526b150cd6a0c6c0cea47e0ef55ab.tar.gz
nixlib-893d911b553526b150cd6a0c6c0cea47e0ef55ab.tar.bz2
nixlib-893d911b553526b150cd6a0c6c0cea47e0ef55ab.tar.lz
nixlib-893d911b553526b150cd6a0c6c0cea47e0ef55ab.tar.xz
nixlib-893d911b553526b150cd6a0c6c0cea47e0ef55ab.tar.zst
nixlib-893d911b553526b150cd6a0c6c0cea47e0ef55ab.zip
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.
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 2d07e421efe4..9f1efc462798 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -73,6 +73,11 @@ with lib;
     (mkRemovedOptionModule [ "services" "venus" ] "The corresponding package was removed from nixpkgs.")
     (mkRemovedOptionModule [ "services" "flashpolicyd" ] "The flashpolicyd module has been removed. Adobe Flash Player is deprecated.")
 
+    (mkRemovedOptionModule [ "security" "hideProcessInformation" ] ''
+        The hidepid module was removed, since the underlying machinery
+        is broken when using cgroups-v2.
+    '')
+
     # Do NOT add any option renames here, see top of the file
   ];
 }