fix(ops/nixos/nugget): Point camden host at new internal IP

This changed due to the router replacement.
This commit is contained in:
Vincent Ambo 2020-04-04 02:32:55 +01:00
parent a89d22eb75
commit c3de37f54d

View file

@ -75,11 +75,8 @@ in depot.lib.fix(self: {
};
};
# 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 git.tazj.in tazj.in camden.tazj.in git.camden.tazj.in
10.0.1.205 camden git.tazj.in tazj.in camden.tazj.in git.camden.tazj.in
'';
};