services/regreet: enable gnome keyring, disable fprint auth
This commit is contained in:
parent
7b22fd5ca7
commit
be151ba76b
1 changed files with 4 additions and 0 deletions
|
@ -17,4 +17,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
security.pam.services.greetd = {
|
||||||
|
enableGnomeKeyring = true;
|
||||||
|
fprintAuth = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue