From 449ec34f0f94cdb1ee1497ef15abe393b2e34618 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 22 May 2020 19:09:47 +0200 Subject: [PATCH] hq.nixops: update public-access-proxy address --- hq.nixops | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hq.nixops b/hq.nixops index fdcb6ed0..f90336ee 100644 --- a/hq.nixops +++ b/hq.nixops @@ -44,7 +44,7 @@ hosts/containers/public-access-proxy/configuration.nix ]; deployment = { - targetHost = "2a02:8106:208:5201:1024:5fff:febd:9be7"; + targetHost = "172.20.73.45"; storeKeysOnMachine = true; }; };