summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-04-20 23:26:04 -0600
committerAlejandro Soto <alejandro@34project.org>2024-04-20 23:26:04 -0600
commitcff37c3ba77f4aeca87a1b232a654d335295f8dd (patch)
treebb11629253f322d4c66516068d671e45380c9997 /sys
parent1c2ec790291e694166e05af8533989fb5362dfb9 (diff)
sys/auth: enable yubikey udev rules, pcscd
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 = {