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