Compare commits

..

1 commit

Author SHA1 Message Date
a87687a21d
services/forgejo-runner: init 2025-03-19 08:00:27 +01:00

View file

@ -16,6 +16,9 @@
name = config.networking.hostName;
url = "https://git.rab.lol";
tokenFile = config.age.secrets.forgejo-runner-token.path;
settings = {
container.network = "bridge";
};
labels = [
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye"
@ -31,7 +34,7 @@
defaultNetwork.settings.dns_enabled = true;
};
networking.firewall.trustedInterfaces = [ "br-+" "podman+" "veth+" ];
networking.firewall.trustedInterfaces = [ "podman+" ];
};
};
}