diff options
author | Vincent Ambo <tazjin@google.com> | 2020-04-04T01·32+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-04-04T01·36+0100 |
commit | c3de37f54d27c89011775dea6d0890ac3343f5cc (patch) | |
tree | 1f5f43a09467fb2f6fa1f60779d93d9edeeb9c49 /ops | |
parent | a89d22eb75ebc322091bb0c7e44d04bb633e9391 (diff) |
fix(ops/nixos/nugget): Point camden host at new internal IP r/617
This changed due to the router replacement.
Diffstat (limited to 'ops')
-rw-r--r-- | ops/nixos/nugget/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index def2ac81cf59..6500008355ca 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -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 ''; }; |