Skip to content

Commit

Permalink
2024/06/20-17:21:42
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jun 20, 2024
1 parent 6b7a651 commit ca00dd6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/extra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,13 @@ with lib;
rtkit.enable = mkDefault true;
pam = {
services = {
login.fprintAuth = mkDefault false;
gdm-fingerprint.fprintAuth = mkDefault true;
login = {
fprintAuth = mkDefault false;
# rules.auth.fprintd.order = config.security.pam.services.login.rules.auth.unix.order + 10;
};
gdm-fingerprint = {
fprintAuth = mkDefault true;
};
};
};
wrappers.ubridge = {
Expand Down

0 comments on commit ca00dd6

Please sign in to comment.