system/services: remove fprintd config for now (not working)
This commit is contained in:
parent
8653724f55
commit
ca2386a7ba
1 changed files with 2 additions and 12 deletions
|
@ -19,16 +19,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
security.pam.services.greetd.text = lib.mkIf config.services.fprintd.enable ''
|
||||
account required pam_unix.so
|
||||
|
||||
# disable fprintd on greetd
|
||||
auth sufficient pam_unix.so try_first_pass likeauth
|
||||
auth required pam_deny.so
|
||||
|
||||
password sufficient pam_unix.so nullok yescrypt
|
||||
|
||||
session required pam_env.so conffile=/etc/pam/environment readenv=0
|
||||
session required pam_unix.so
|
||||
'';
|
||||
security.pam.services.login.enableGnomeKeyring = true;
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue