From 4385737912eaace3b83a824896174bbd76edfe30 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Nov 2025 11:30:31 +0100 Subject: [PATCH] feat: enable `services.pcscd` --- modules/core/yubikey.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/yubikey.nix b/modules/core/yubikey.nix index 1fdad61..2ab5760 100644 --- a/modules/core/yubikey.nix +++ b/modules/core/yubikey.nix @@ -18,6 +18,7 @@ }; services = { + pcscd.enable = true; login.u2fAuth = false; greetd.u2fAuth = false; sudo.u2fAuth = true; @@ -28,7 +29,6 @@ true else false; - # No longer using Hyprlock, might stay here for if I ever switch to it again. hyprlock.u2fAuth = false; hyprlock.fprintAuth = if (host == "sakura") then