--wip-- [skip ci]
This commit is contained in:
parent
6a31713631
commit
00474d0b31
1 changed files with 20 additions and 5 deletions
|
|
@ -325,9 +325,6 @@
|
|||
# FPRINTD
|
||||
security = {
|
||||
rtkit.enable = true;
|
||||
pam.services = {
|
||||
xscreensaver.fprintAuth = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Clamav
|
||||
|
|
@ -354,8 +351,26 @@
|
|||
security.sudo.extraConfig = ''
|
||||
Defaults pwfeedback
|
||||
'';
|
||||
security.pam.services.sddm.enableGnomeKeyring = true;
|
||||
security.pam.services.autoUnlockKwallet.enableKwallet = true;
|
||||
security.pam.services = {
|
||||
xscreensaver.fprintAuth = true;
|
||||
gdm.enableGnomeKeyring = true;
|
||||
swaylock = {
|
||||
fprintAuth = true;
|
||||
text = ''
|
||||
auth sufficient pam_unix.so try_first_pass likeauth nullok
|
||||
auth sufficient pam_fprintd.so
|
||||
auth include login
|
||||
'';
|
||||
};
|
||||
sudo = {
|
||||
fprintAuth = true;
|
||||
text = ''
|
||||
auth include system-auth-fprintd
|
||||
account include system-auth
|
||||
session include system-auth
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue