Adjust Forgejo-Runner networking settings
This commit is contained in:
parent
b608ab9810
commit
139c828562
1 changed files with 0 additions and 10 deletions
|
@ -19,8 +19,6 @@ in
|
|||
restartUnits = [ "gitea-runner-forgejo.sinerva.eu.service" ];
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = [ "br-+" ];
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-runner;
|
||||
instances.default = {
|
||||
|
@ -45,19 +43,11 @@ in
|
|||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings = {
|
||||
fixed-cidr-v6 = "fd72:23ed:7025::/64";
|
||||
ipv6 = true;
|
||||
ip6tables = true;
|
||||
experimental = true;
|
||||
default-address-pools = [
|
||||
{
|
||||
base = "172.30.0.0/16";
|
||||
size = 24;
|
||||
}
|
||||
{
|
||||
base = "fd4e:cdc2:4c34::/64";
|
||||
size = 96;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue