hosts/jericho: allow parallel login with either password or fingerprint
This commit is contained in:
parent
64f07da08c
commit
1a9e370bad
1 changed files with 5 additions and 0 deletions
|
@ -4,4 +4,9 @@
|
|||
services.fprintd = {
|
||||
enable = true;
|
||||
};
|
||||
security.pam.services = {
|
||||
login.fprintAuth = false;
|
||||
gdm-password.fprintAuth = false;
|
||||
gdm-fingerprint.fprintAuth = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue