From c3de37f54d27c89011775dea6d0890ac3343f5cc Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 4 Apr 2020 02:32:55 +0100 Subject: fix(ops/nixos/nugget): Point camden host at new internal IP This changed due to the router replacement. --- ops/nixos/nugget/default.nix | 5 +---- 1 file changed, 1 insertion(+), 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 ''; }; -- cgit 1.4.1