diff --git a/hq.nixops b/hq.nixops index 21f56981..580bc8c9 100644 --- a/hq.nixops +++ b/hq.nixops @@ -37,18 +37,6 @@ }; }; - "mpd-index" = - { ... }: - { - imports = [ - hosts/containers/mpd-index/configuration.nix - ]; - deployment = { - targetHost = "2a02:8106:208:5201:5ca3:f7ff:fe6d:dcf0"; - storeKeysOnMachine = true; - }; - }; - "public-access-proxy" = { ... }: {