ip6 still too buggy
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-04-22 21:08:38 +02:00
parent 991b93c0ae
commit 45afddf9f3
2 changed files with 1 additions and 2 deletions

View file

@ -144,7 +144,6 @@
};
"woodpecker" = {
ip = "10.42.42.33";
ip6 = "2001:41f0:9639:1:1c24:daff:fedb:4a1a";
mac = "1E:24:DA:DB:4A:1A";
};
"nuc" = {

View file

@ -40,7 +40,7 @@ in {
WOODPECKER_GITEA_URL = "https://git.0x76.dev";
WOODPECKER_ADMIN = "v";
WOODPECKER_AUTHENTICATE_PUBLIC_REPOS = "true";
WOODPECKER_SERVER_ADDR = "0.0.0.0:8000";
WOODPECKER_SERVER_ADDR = "10.42.42.33:8000";
};
environmentFile = "${vs.woodpecker}/environment";
};