diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-17T00·04+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-17T00·04+0000 |
commit | 4fed63d89242962ac4718ff53221c3b94e9d2b23 (patch) | |
tree | 66ef657247b08366883929092d218685f3e57a00 /ops | |
parent | 2fd6ec650b5cd3eb65f5f8d25c139490d477975b (diff) | |
parent | 120ec820d1f96710ec257b71ee7c59c08d1589c1 (diff) |
Merge branch 'feat/camden-migration' r/551
Diffstat (limited to 'ops')
-rw-r--r-- | ops/nixos/nugget/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index 2b30d927fe78..4bc88d277b76 100644 --- a/ops/nixos/nugget/default.nix +++ b/ops/nixos/nugget/default.nix @@ -73,7 +73,7 @@ in pkgs.lib.fix(self: { # network, but I'd like to test if camden is serving the correct # certificates. extraHosts = '' - 192.168.1.205 camden camden.tazj.in git.camden.tazj.in + 192.168.1.205 camden git.tazj.in tazj.in camden.tazj.in git.camden.tazj.in ''; }; |