chore(tazjin/zamalek): hardcode wifi.silja.fi address

The DNS server on the network of this boat refuses to deliver *any*
results to my laptop, only to my phone, so I had to do some trickery
to figure out the address of the WiFi login portal.

Change-Id: I7934c570be79d6191feb999e6860428623cfd88f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7168
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-10-31 00:06:04 +03:00 committed by tazjin
parent f93f138c6c
commit e6a604ef73

View file

@ -62,6 +62,10 @@ in
networkmanager.enable = true;
networkmanager.dns = "none";
extraHosts = ''
10.101.240.1 wifi.silja.fi
'';
nameservers = [
"8.8.8.8"
"8.8.4.4"