feat: gitea runners infra, but it is so expancive
runner nix smoke / nix label smoke (push) Has been cancelled
runner ubuntu smoke / ubuntu-latest label smoke (push) Has been cancelled

This commit is contained in:
2026-08-25 14:44:45 +00:00
parent eb16104545
commit 56c033a541
10 changed files with 299 additions and 28 deletions
@@ -132,7 +132,11 @@ in {
"${cfg.ipv6}::/64"
] ++ lib.optional (cfg.floatingIpv4 != null) "${cfg.floatingIpv4}/32";
routes = [
{ Gateway = "172.31.1.1"; GatewayOnLink = true; }
{
Gateway = "172.31.1.1";
GatewayOnLink = true;
PreferredSource = cfg.ipv4;
}
{ Gateway = "fe80::1"; }
];
};