From 27df5ebc41f427876d5d31204757532ee06dd316 Mon Sep 17 00:00:00 2001 From: LarsZauberer Date: Sat, 20 Apr 2024 09:50:33 +0200 Subject: [PATCH] Added secondary yubikey --- hosts/lars/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lars/default.nix b/hosts/lars/default.nix index eda91a3..38b0b60 100644 --- a/hosts/lars/default.nix +++ b/hosts/lars/default.nix @@ -131,7 +131,7 @@ enable = true; debug = false; mode = "challenge-response"; - id = [ "26292316" ]; + id = [ "26292316" "28067815" ]; }; system.stateVersion = "23.11";