try with forgejo git ssh port on 22
This commit is contained in:
parent
9ad00da92a
commit
a67d75e196
4 changed files with 18 additions and 5 deletions
|
|
@ -7,10 +7,12 @@ let
|
|||
# Generate complete colmena host configs (imports + deployment)
|
||||
mkColmenaHosts = builtins.mapAttrs (name: cfg: {
|
||||
imports = inputs.self.nixosConfigurations.${name}._module.args.modules;
|
||||
deployment = {
|
||||
targetHost = hosts.${name} or null;
|
||||
tags = cfg.tags;
|
||||
};
|
||||
deployment =
|
||||
{
|
||||
targetHost = hosts.${name} or null;
|
||||
tags = cfg.tags;
|
||||
}
|
||||
// (if cfg ? colmenaSshPort then { targetPort = cfg.colmenaSshPort; } else { });
|
||||
}) hostDefs;
|
||||
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue