--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
|
# FPRINTD
|
||||||
security = {
|
security = {
|
||||||
rtkit.enable = true;
|
rtkit.enable = true;
|
||||||
pam.services = {
|
|
||||||
xscreensaver.fprintAuth = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Clamav
|
# Clamav
|
||||||
|
|
@ -354,8 +351,26 @@
|
||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
Defaults pwfeedback
|
Defaults pwfeedback
|
||||||
'';
|
'';
|
||||||
security.pam.services.sddm.enableGnomeKeyring = true;
|
security.pam.services = {
|
||||||
security.pam.services.autoUnlockKwallet.enableKwallet = true;
|
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 = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue