fix(whitby): Explicitly set an interface for the v6 default gw
systemd gets sad otherwise and it is very difficult to console it Change-Id: Ic6405489532c407273e5634474185f2947420b37 Reviewed-on: https://cl.tvl.fyi/c/depot/+/851 Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: BuildkiteCI Tested-by: BuildkiteCI
This commit is contained in:
parent
298060dba9
commit
cabdd4aa51
1 changed files with 5 additions and 1 deletions
|
@ -90,7 +90,11 @@ in systemForConfig {
|
||||||
hostName = "whitby";
|
hostName = "whitby";
|
||||||
hostId = "b38ca543";
|
hostId = "b38ca543";
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
defaultGateway6 = "fe80::1";
|
|
||||||
|
defaultGateway6 = {
|
||||||
|
address = "fe80::1";
|
||||||
|
interface = "enp196s0";
|
||||||
|
};
|
||||||
|
|
||||||
firewall.allowedTCPPorts = [ 22 80 443 ];
|
firewall.allowedTCPPorts = [ 22 80 443 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue