enable pam integration for kwallet for my user
This commit is contained in:
parent
00494736d1
commit
643e38cb1f
1 changed files with 4 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue