enable pam integration for kwallet for my user

This commit is contained in:
Joseph Hanson 2024-09-26 09:39:46 -05:00
parent 00494736d1
commit 643e38cb1f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -26,6 +26,9 @@
# Enable Flatpak support
services.flatpak.enable = true;
# KDE Wallet PAM integration for unlocking the default wallet on login
security.pam.services."jahanson".kwallet.enable = true;
# System settings and services.
mySystem = {
purpose = "Development";
@ -36,6 +39,7 @@
# KDE
de.kde.enable = true;
# System config
system = {
motd.networkInterfaces = [ "wlp1s0" ];