From 90244083396a01c73c68c4f646fcdd6389711cce Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 8 Oct 2024 05:04:08 -0500 Subject: [PATCH] this makes a lot more sense lol --- nixos/hosts/telchar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/telchar/default.nix b/nixos/hosts/telchar/default.nix index 83473ba..9216caa 100644 --- a/nixos/hosts/telchar/default.nix +++ b/nixos/hosts/telchar/default.nix @@ -30,7 +30,7 @@ programs.wireshark.enable = true; # KDE Wallet PAM integration for unlocking the default wallet on login - security.pam.services."jahanson".kwallet.enable = true; + security.pam.services."sddm".kwallet.enable = true; # System settings and services. mySystem = {