about summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-02-06 21:09:19 +0300
committerK900 <me@0upti.me>2024-02-28 18:49:33 +0300
commit8be79e54c597eeeb0965127da236c8b7d6ac1af8 (patch)
treee9e2a46fc3ecfc07e488869d0954b5c0f4fdf9f5 /nixos/modules/services/x11
parent606c879892ba68d784f671ebef5f84c7e6e24c6a (diff)
downloadnixlib-8be79e54c597eeeb0965127da236c8b7d6ac1af8.tar
nixlib-8be79e54c597eeeb0965127da236c8b7d6ac1af8.tar.gz
nixlib-8be79e54c597eeeb0965127da236c8b7d6ac1af8.tar.bz2
nixlib-8be79e54c597eeeb0965127da236c8b7d6ac1af8.tar.lz
nixlib-8be79e54c597eeeb0965127da236c8b7d6ac1af8.tar.xz
nixlib-8be79e54c597eeeb0965127da236c8b7d6ac1af8.tar.zst
nixlib-8be79e54c597eeeb0965127da236c8b7d6ac1af8.zip
nixos/pam/kwallet: rename option, allow setting package
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index 0eb492ce4684..7645b3070369 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -362,7 +362,7 @@ in
 
       security.pam.services.kde = { allowNullPassword = true; };
 
-      security.pam.services.login.enableKwallet = true;
+      security.pam.services.login.kwallet.enable = true;
 
       systemd.user.services = {
         plasma-early-setup = mkIf cfg.runUsingSystemd {