Commit 64cdd7a7f76d
Changed files (1)
home
common
shell
home/common/shell/openssh.nix
@@ -183,7 +183,7 @@ in
);
# aomi: route GitHub through the TPM key (served by ssh-tpm-agent) instead
# of the FIDO2 sk-key, so pushes work unattended without a touch prompt.
- aomiOverrides = lib.optionalAttrs isAomi {
+ aomiOverrides = lib.optionalAttrs (isAomi || isKyushu) {
"github.com" = {
identityFile = "~/.ssh/id_tpm_ecdsa.pub";
identitiesOnly = true;