nixos/hosts/common/optional/yubikey.nix

9 lines
103 B
Nix
Raw Normal View History

2025-05-03 23:42:03 -07:00
{ ... }: {
yubikey = {
enable = true;
identifiers = {
matcha = 13164607;
};
};
}