Files
nixos/hosts/common/optional/yubikey.nix
T

10 lines
125 B
Nix
Raw Normal View History

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