diff --git a/hosts/containers/public-access-proxy/configuration.nix b/hosts/containers/public-access-proxy/configuration.nix index 0969c7e5..8d75a5c1 100644 --- a/hosts/containers/public-access-proxy/configuration.nix +++ b/hosts/containers/public-access-proxy/configuration.nix @@ -46,11 +46,6 @@ hostNames = [ "error.hq.c3d2.de" ]; proxyTo = { host = "172.20.73.47"; httpPort = 80; httpsPort = 443; }; } - { - hostNames = [ "drkkr.hq.c3d2.de" ]; - # pulsebert - proxyTo = { host = "172.22.99.208"; httpPort = 80; httpsPort = 443; }; - } ]; };