summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/auth.nix3
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 = {