about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-01-23 13:44:00 -0500
committerAdam Stephens <adam@valkor.net>2024-01-31 17:19:23 -0500
commit75ec325cb981809103ff88683483016d477e54b1 (patch)
treedc6f58a59361b25b92dfe1bf8abe945ca3882735 /pkgs/os-specific
parent939e432e4650d94bd5a179cad13f2ebcf7fc3c57 (diff)
nixos/pam: remove pam_cgfs
pam_cgfs is a cgroups-v1 pam module. Verified with upstream that
this module no longer necessary on cgroups-v2 systems.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/lxc/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/lxc/default.nix b/pkgs/os-specific/linux/lxc/default.nix
index 518d79b622a62..6724651bbaf73 100644
--- a/pkgs/os-specific/linux/lxc/default.nix
+++ b/pkgs/os-specific/linux/lxc/default.nix
@@ -12,7 +12,6 @@
   nix-update-script,
   nixosTests,
   openssl,
-  pam,
   pkg-config,
   systemd,
 }:
@@ -41,7 +40,6 @@ stdenv.mkDerivation rec {
     libseccomp
     libselinux
     openssl
-    pam
     systemd
   ];