This commit is contained in:
parent
cc3d5090ac
commit
e02d86dffd
21 changed files with 270 additions and 241 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -6,7 +8,7 @@
|
|||
services.pcscd.enable = true;
|
||||
|
||||
# Make pam accept both password and fingerprint
|
||||
security.pam.services.swaylock.rules.auth = {
|
||||
security.pam.services.swaylock.rules.auth = lib.mkIf config.services.fprintd.enable {
|
||||
fprintd.order = 11601;
|
||||
unix.args = [ "nullok" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue