Skip to content

Commit

Permalink
Re-enable FP on login, weird behaviour otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 21, 2024
1 parent 94b85c4 commit 5164937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/display/gdm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
ambient-enabled = false;
};
"org/gnome/login-screen" = {
enable-fingerprint-authentication = false;
enable-smartcard-authentication = false;
# enable-fingerprint-authentication = false;
# enable-smartcard-authentication = false;
};
};
}
Expand Down

0 comments on commit 5164937

Please sign in to comment.