services: fix gnome keyring not unlocking on login
This commit is contained in:
parent
4fcc82722b
commit
693471833c
2 changed files with 0 additions and 3 deletions
|
@ -8,7 +8,6 @@
|
|||
services = {
|
||||
# needed for GNOME services outside of GNOME Desktop
|
||||
dbus.packages = with pkgs; [
|
||||
gcr
|
||||
gnome-settings-daemon
|
||||
];
|
||||
|
||||
|
|
|
@ -62,8 +62,6 @@ in {
|
|||
};
|
||||
|
||||
security.pam.services = {
|
||||
greetd.enableGnomeKeyring = true;
|
||||
login.enableGnomeKeyring = true;
|
||||
gdm-password.enableGnomeKeyring = true;
|
||||
greetd.fprintAuth = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue