This commit is contained in:
XenGi 2026-08-22 12:12:39 +02:00
commit 5ab92fc676
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
2 changed files with 8 additions and 8 deletions

View file

@ -43,8 +43,8 @@
token_url = "file://${config.age.secrets.forgejo-runner-token.path}";
};
container = {
#enable_ipv6 = true;
network = "podman";
enable_ipv6 = true;
network = "forgejo";
privileged = true;
force_pull = true;
docker_host = "unix:///run/podman/podman.sock";