From a9d3553a6ce2cc0401b8ef590a456bc8cd9492e6 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 15 Aug 2024 11:32:04 +0200 Subject: [PATCH] nixos-mods/frontend: enable pcscd for Smartcard support --- nix/nixos-modules/frontend/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/nixos-modules/frontend/default.nix b/nix/nixos-modules/frontend/default.nix index 5d76ccb..c5e0a9f 100644 --- a/nix/nixos-modules/frontend/default.nix +++ b/nix/nixos-modules/frontend/default.nix @@ -321,6 +321,8 @@ in stateless = true; # test }; + pcscd.enable = true; + tailscale = { enable = true; useRoutingFeatures = "client";