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:
parent
f93f138c6c
commit
e6a604ef73
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue