9 lines
125 B
Nix
9 lines
125 B
Nix
{ ... }: {
|
|
yubikey = {
|
|
enable = true;
|
|
identifiers = {
|
|
matcha = 13164607;
|
|
ace = 32721452;
|
|
};
|
|
};
|
|
}
|