diff options
| -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 = { |
