--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 = {
|
||||
xscreensaver.fprintAuth = true;
|
||||
gdm.enableGnomeKeyring = true;
|
||||
gdm = {
|
||||
enableGnomeKeyring = true;
|
||||
fprintAuth = true;
|
||||
};
|
||||
swaylock = {
|
||||
fprintAuth = true;
|
||||
text = ''
|
||||
|
|
@ -365,7 +368,7 @@
|
|||
|
||||
sudo = {
|
||||
fprintAuth = true;
|
||||
enableGnomeKeyring = true;
|
||||
# enableGnomeKeyring = true;
|
||||
# text = ''
|
||||
# auth include system-auth-fprintd
|
||||
# account include system-auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue