diff --git a/hosts/containers/hydra/cache.nix b/hosts/containers/hydra/cache.nix index dec7dbc5..133905fb 100644 --- a/hosts/containers/hydra/cache.nix +++ b/hosts/containers/hydra/cache.nix @@ -23,11 +23,4 @@ ''; }; - # TODO: what is this? - services.nginx.virtualHosts."depot.hq.c3d2.de" = { - forceSSL = true; - enableACME = true; - locations."/".root = "/srv/www/depot"; - }; - }