mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds fingerprint stuffs
This commit is contained in:
parent
cbcf0a2db8
commit
bfb97c9f1c
1 changed files with 7 additions and 0 deletions
|
|
@ -16,9 +16,16 @@
|
|||
greetd.u2fAuth = true;
|
||||
sudo.u2fAuth = true;
|
||||
hyprlock.u2fAuth = true;
|
||||
swaylock.fprintAuth = true;
|
||||
hyprlock.fprintAuth = true;
|
||||
# pam.services.swaylock = {}; # Already enabled
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
fprintd.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
yubikey-manager
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue