fix(whitby): Set correct IPv6 default gateway for Hetzner env
Change-Id: Ic3d4c6ebf7c40e27a453e08295bb0f2f999c0d88 Reviewed-on: https://cl.tvl.fyi/c/depot/+/845 Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: BuildkiteCI Tested-by: BuildkiteCI
This commit is contained in:
parent
2ad67392a6
commit
c18b0a7c57
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ in systemForConfig {
|
|||
hostName = "whitby";
|
||||
hostId = "b38ca543";
|
||||
useDHCP = false;
|
||||
defaultGateway6 = "fe80::1";
|
||||
|
||||
firewall.allowedTCPPorts = [ 22 80 443 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue