Enable automatic keyring unlock on login

This commit is contained in:
GHOSCHT 2023-12-29 18:37:20 +01:00
parent d875ef3466
commit abacd345af
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -2,11 +2,10 @@
config,
lib,
pkgs,
vars,
...
}: let
in {
security.pam.services.${vars.user}.enableGnomeKeyring = true;
security.pam.services.sddm.enableGnomeKeyring = true;
services.gnome.gnome-keyring.enable = true;
programs.seahorse.enable = true;
}