fix(ops/nixos/nugget): Point camden host at new internal IP
This changed due to the router replacement.
This commit is contained in:
parent
a89d22eb75
commit
c3de37f54d
1 changed files with 1 additions and 4 deletions
|
@ -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 = ''
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue