From cff37c3ba77f4aeca87a1b232a654d335295f8dd Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 20 Apr 2024 23:26:04 -0600 Subject: sys/auth: enable yubikey udev rules, pcscd --- sys/auth.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/auth.nix') 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 = { -- cgit v1.2.3