--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2024-11-22 10:26:25 +01:00
parent 6a31713631
commit 00474d0b31

View file

@ -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;