diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-20 23:26:04 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-20 23:26:04 -0600 |
| commit | cff37c3ba77f4aeca87a1b232a654d335295f8dd (patch) | |
| tree | bb11629253f322d4c66516068d671e45380c9997 /sys/auth.nix | |
| parent | 1c2ec790291e694166e05af8533989fb5362dfb9 (diff) | |
sys/auth: enable yubikey udev rules, pcscd
Diffstat (limited to '')
| -rw-r--r-- | sys/auth.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/auth.nix b/sys/auth.nix index b2333c0..835f836 100644 --- a/sys/auth.nix +++ b/sys/auth.nix @@ -62,6 +62,9 @@ in ''; }; + services.pcscd.enable = true; + services.udev.packages = [ pkgs.yubikey-personalization ]; + networking.firewall.allowedTCPPorts = [ 2234 ]; users.users.tunnel = { |
