From aa7670ad4b34e850db4fd075fdd3ec4c83cebdef Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy <dmitriy@pleshevski.ru> Date: Wed, 26 Feb 2025 23:22:34 +0300 Subject: [PATCH] host/asus: disable yubikey --- hosts/asus-gl553vd/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/asus-gl553vd/configuration.nix b/hosts/asus-gl553vd/configuration.nix index 23d6e0d..fc7c11c 100644 --- a/hosts/asus-gl553vd/configuration.nix +++ b/hosts/asus-gl553vd/configuration.nix @@ -8,7 +8,7 @@ ]; local.yubikey = { - enable = true; + enable = false; serial = "28058247"; unplug.enable = true; };