From 1a24cc1c5e87d2109b0d08228081245ca8533eda Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 10 Jan 2022 12:23:17 +0100 Subject: [PATCH] Remove depot.hq.c3d2.de It was a Genode package repository. --- hosts/containers/hydra/cache.nix | 7 ------- 1 file changed, 7 deletions(-) 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"; - }; - }