Commit 60a1dea9279b

Vincent Demeester <vincent@sbr.pm>
2026-06-11 13:12:19
feat(ssh): add pipelinesascode bootstrap host on workstations
Add the bootstrap.pipelinesascode.com SSH host (user pipelines, agent forwarding) only on aomi and kyushu.
1 parent f730bbc
Changed files (1)
home
common
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