chore(ops/nixos/nugget): Add /etc/hosts entries for camden hostnames

This commit is contained in:
Vincent Ambo 2020-02-17 00:03:31 +00:00
parent bcc797fa2f
commit 120ec820d1

View file

@ -73,7 +73,7 @@ in pkgs.lib.fix(self: {
# 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
192.168.1.205 camden git.tazj.in tazj.in camden.tazj.in git.camden.tazj.in
'';
};