From 218a4d345c0f2edba281d3c35ee64959c77d9470 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 5 Jun 2023 09:24:39 +1000 Subject: [PATCH] yubikey: switch to yubioath-flutter yubiath-desktop has been deprecated upstream progresses #21 --- profiles/yubikey.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/yubikey.nix b/profiles/yubikey.nix index 9228d80..032ecf6 100644 --- a/profiles/yubikey.nix +++ b/profiles/yubikey.nix @@ -46,7 +46,7 @@ yubikey-manager-qt # Configure any YubiKey over USB interfaces yubikey-personalization # Lib & CLI tool to personalize YubiKeys yubikey-personalization-gui # QT based utility to facilitate Yubikey reconfiguration - yubioath-desktop # Yubikey Desktop Authenticator + yubioath-flutter # Yubikey Desktop Authenticator ]; shellInit = '' export GPG_TTY="$(tty)"