summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-05-30 21:42:39 +0200
committerJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-05-30 21:44:25 +0200
commit61654ca131c1431b172cc0464c83227c40331e16 (patch)
tree53b5ff52bcb2995bb76a5cb9608ea1d505201638 /nixos
parent0882e24b7148e54eca9722c39021590bff47c8c0 (diff)
downloadnixpkgs-61654ca131c1431b172cc0464c83227c40331e16.tar
nixpkgs-61654ca131c1431b172cc0464c83227c40331e16.tar.gz
nixpkgs-61654ca131c1431b172cc0464c83227c40331e16.tar.bz2
nixpkgs-61654ca131c1431b172cc0464c83227c40331e16.tar.lz
nixpkgs-61654ca131c1431b172cc0464c83227c40331e16.tar.xz
nixpkgs-61654ca131c1431b172cc0464c83227c40331e16.tar.zst
nixpkgs-61654ca131c1431b172cc0464c83227c40331e16.zip
nixos/pam: use new plasma5Packages, fixes #124973
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/security/pam.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/pam.nix b/nixos/modules/security/pam.nix
index b5bd22f6ba7..3cde7e95155 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