From e6a604ef7364d789d29506f0fb714e06509b493f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 31 Oct 2022 00:06:04 +0300 Subject: 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/zamalek/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'users/tazjin') diff --git a/users/tazjin/nixos/zamalek/default.nix b/users/tazjin/nixos/zamalek/default.nix index 51bc412d02cc..4a102dd074b3 100644 --- a/users/tazjin/nixos/zamalek/default.nix +++ b/users/tazjin/nixos/zamalek/default.nix @@ -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" -- cgit 1.4.1