nixos/hosts/common/optional/yubikey.nix

8 lines
103 B
Nix

{ ... }: {
yubikey = {
enable = true;
identifiers = {
matcha = 13164607;
};
};
}