about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-04-04T01·32+0100
committerVincent Ambo <tazjin@google.com>2020-04-04T01·36+0100
commitc3de37f54d27c89011775dea6d0890ac3343f5cc (patch)
tree1f5f43a09467fb2f6fa1f60779d93d9edeeb9c49
parenta89d22eb75ebc322091bb0c7e44d04bb633e9391 (diff)
fix(ops/nixos/nugget): Point camden host at new internal IP r/617
This changed due to the router replacement.
-rw-r--r--ops/nixos/nugget/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix
index def2ac81cf..6500008355 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
     '';
   };