diff options
| author | Julien Moutinho <julm+nixpkgs@sourcephile.fr> | 2021-05-30 21:42:39 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-01 13:30:11 +0000 |
| commit | 437b2bfe1823368c249dfe57604d139472642d89 (patch) | |
| tree | 9d168cc8286ece6a82f156366a97730581153c65 | |
| parent | haskellPackages.webify: unbreak, jailbreak, as patches are not upstreamable atm (diff) | |
| download | nixpkgs-origin/backport-124991-to-release-21.05.tar.gz | |
nixos/pam: use new plasma5Packages, fixes #124973origin/backport-124991-to-release-21.05
(cherry picked from commit 61654ca131c1431b172cc0464c83227c40331e16)
| -rw-r--r-- | nixos/modules/security/pam.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix index b5bd22f6ba7b..3cde7e951551 100644 --- a/nixos/modules/security/pam.nix +++ b/nixos/modules/security/pam.nix @@ -965,7 +965,7 @@ in mr ${pkgs.apparmor-pam}/lib/security/pam_apparmor.so, '' + optionalString (isEnabled (cfg: cfg.enableKwallet)) '' - mr ${pkgs.plasma5.kwallet-pam}/lib/security/pam_kwallet5.so, + mr ${pkgs.plasma5Packages.kwallet-pam}/lib/security/pam_kwallet5.so, '' + optionalString config.virtualisation.lxc.lxcfs.enable '' mr ${pkgs.lxc}/lib/security/pam_cgfs.so |
