about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
     '';
   };