home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 3e7fd3d55cf6f297dfe45ef3e1777d957def9fbf
parent 49e394f7846c6a5b05b9eddd0e486240917d8394
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 22 Aug 2022 12:52:09 +0200

systems/hosts/wakasu: enable u2f on yubikey

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/wakasu.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hosts/wakasu.nix b/systems/hosts/wakasu.nix @@ -69,7 +69,7 @@ in modules = { editors.emacs.enable = true; hardware = { - yubikey.enable = true; + yubikey = { enable = true; u2f = true; }; laptop.enable = true; bluetooth.enable = true; };