yubikey TOTP use home-manager module

This commit is contained in:
2023-10-27 22:39:23 +08:00
parent 2b73a6549e
commit c26ea843eb
2 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,6 @@ inputs:
{
enable = true;
id = "91291";
authFile = inputs.pkgs.writeText "yubikey_mappings" "chn:cccccbgrhnub";
};
};
};

View File

@@ -181,6 +181,7 @@ inputs:
))
)
];
pam.yubico.authorizedYubiKeys.ids = [ "cccccbgrhnub" ];
};
};
nixos.services.groupshare.mountPoints = [ "/home/chn/groupshare" ];