From c5806a44a728d5a46878f54de7b695321a38559c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 12 Feb 2020 01:10:28 +0000 Subject: feat(ops/nixos/nugget): Add camden to /etc/hosts At the moment there is no other way for requests from nugget to camden to resolve correctly, as the Hyperoptic router is eating this traffic on the LAN. --- ops/nixos/nugget/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ops') diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index a71fb0b96a..2b30d927fe 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -68,6 +68,13 @@ in pkgs.lib.fix(self: { psk = "washyourface"; }; }; + + # The current home router can't forward ports on the local + # network, but I'd like to test if camden is serving the correct + # certificates. + extraHosts = '' + 192.168.1.205 camden camden.tazj.in git.camden.tazj.in + ''; }; # Generate an immutable /etc/resolv.conf from the nameserver settings -- cgit 1.4.1