From 643e38cb1fef10def75a399a4f0181a254116a3b Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 26 Sep 2024 09:39:46 -0500 Subject: [PATCH] enable pam integration for kwallet for my user --- nixos/hosts/telchar/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/hosts/telchar/default.nix b/nixos/hosts/telchar/default.nix index 0effc27..73fbfe6 100644 --- a/nixos/hosts/telchar/default.nix +++ b/nixos/hosts/telchar/default.nix @@ -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" ];