From e166a7dfe3bbac0136c6551ddf190f8915ac9e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 23 Sep 2025 18:48:47 +0200 Subject: [PATCH] System Gen103 @ 2025-09-23-18:48:46 by jonas@monolith --- modules/hardware/yubikey.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hardware/yubikey.nix b/modules/hardware/yubikey.nix index 9dd2bb5..cd02fb8 100644 --- a/modules/hardware/yubikey.nix +++ b/modules/hardware/yubikey.nix @@ -22,6 +22,7 @@ in { # OTP Manager environment.systemPackages = with pkgs; [ + yubikey-personalization yubioath-flutter ]; services.pcscd.enable = true;