From c7b114672dbd419b65384d447a8e3ea9b6e17e38 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sat, 28 Jun 2025 13:06:04 +0800 Subject: [PATCH] Enable smart card support. --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index a671f5c..03c5c2a 100755 --- a/configuration.nix +++ b/configuration.nix @@ -46,6 +46,9 @@ # Enable firmware updates. services.fwupd.enable = true; + # Enable smart card support (for YubiKey). + services.pcscd.enable = true; + # Define hostname. networking.hostName = "muskduck";