--wip-- [skip ci]
This commit is contained in:
parent
9745160f2e
commit
dd9a1ee4bf
1 changed files with 7 additions and 5 deletions
|
|
@ -359,11 +359,13 @@
|
||||||
};
|
};
|
||||||
swaylock = {
|
swaylock = {
|
||||||
fprintAuth = true;
|
fprintAuth = true;
|
||||||
text = ''
|
forwardXAuth = true;
|
||||||
auth sufficient pam_unix.so try_first_pass likeauth nullok
|
logFailures = true;
|
||||||
auth sufficient pam_fprintd.so
|
# text = ''
|
||||||
auth include login
|
# auth sufficient pam_unix.so try_first_pass likeauth nullok
|
||||||
'';
|
# auth sufficient pam_fprintd.so
|
||||||
|
# auth include login
|
||||||
|
# '';
|
||||||
};
|
};
|
||||||
|
|
||||||
sudo = {
|
sudo = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue