nixos/hosts/common/optional/yubikey.nix

10 lines
125 B
Nix
Raw Normal View History

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