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.
This commit is contained in:
Vincent Ambo 2020-02-12 01:10:28 +00:00
parent 4feb306763
commit c5806a44a7

View file

@ -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