Compare commits
1 commit
a87687a21d
...
45c7d690ba
Author | SHA1 | Date | |
---|---|---|---|
45c7d690ba |
1 changed files with 1 additions and 4 deletions
|
@ -16,9 +16,6 @@
|
||||||
name = config.networking.hostName;
|
name = config.networking.hostName;
|
||||||
url = "https://git.rab.lol";
|
url = "https://git.rab.lol";
|
||||||
tokenFile = config.age.secrets.forgejo-runner-token.path;
|
tokenFile = config.age.secrets.forgejo-runner-token.path;
|
||||||
settings = {
|
|
||||||
container.network = "bridge";
|
|
||||||
};
|
|
||||||
labels = [
|
labels = [
|
||||||
"ubuntu-latest:docker://node:16-bullseye"
|
"ubuntu-latest:docker://node:16-bullseye"
|
||||||
"ubuntu-22.04:docker://node:16-bullseye"
|
"ubuntu-22.04:docker://node:16-bullseye"
|
||||||
|
@ -34,7 +31,7 @@
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
defaultNetwork.settings.dns_enabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.trustedInterfaces = [ "podman+" ];
|
networking.firewall.trustedInterfaces = [ "br-+" "podman+" "veth+" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue