Enable automatic keyring unlock on login
This commit is contained in:
parent
d875ef3466
commit
abacd345af
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue