Commit 60a1dea9279b
Changed files (1)
home
common
shell
home/common/shell/openssh.nix
@@ -267,6 +267,14 @@ in
# identityFile set by host-specific overrides (kyushu only)
};
}
+ # Pipelines-as-Code bootstrap host, only on workstations (aomi, kyushu)
+ // lib.optionalAttrs hasFido2Keys {
+ "bootstrap.pipelinesascode.com" = {
+ hostname = "bootstrap.pipelinesascode.com";
+ user = "pipelines";
+ forwardAgent = true;
+ };
+ }
)
(
lib.recursiveUpdate