Compare commits
1 commit
45c7d690ba
...
a87687a21d
Author | SHA1 | Date | |
---|---|---|---|
a87687a21d |
1 changed files with 4 additions and 1 deletions
|
@ -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+" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue