--wip-- [skip ci]
This commit is contained in:
parent
a760c34d75
commit
f1c688c6cb
1 changed files with 5 additions and 2 deletions
|
|
@ -353,7 +353,10 @@
|
||||||
'';
|
'';
|
||||||
security.pam.services = {
|
security.pam.services = {
|
||||||
xscreensaver.fprintAuth = true;
|
xscreensaver.fprintAuth = true;
|
||||||
gdm.enableGnomeKeyring = true;
|
gdm = {
|
||||||
|
enableGnomeKeyring = true;
|
||||||
|
fprintAuth = true;
|
||||||
|
};
|
||||||
swaylock = {
|
swaylock = {
|
||||||
fprintAuth = true;
|
fprintAuth = true;
|
||||||
text = ''
|
text = ''
|
||||||
|
|
@ -365,7 +368,7 @@
|
||||||
|
|
||||||
sudo = {
|
sudo = {
|
||||||
fprintAuth = true;
|
fprintAuth = true;
|
||||||
enableGnomeKeyring = true;
|
# enableGnomeKeyring = true;
|
||||||
# text = ''
|
# text = ''
|
||||||
# auth include system-auth-fprintd
|
# auth include system-auth-fprintd
|
||||||
# account include system-auth
|
# account include system-auth
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue