From 469b4a8f94c4da97d98e5652589e447f27355641 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 9 Mar 2020 22:35:35 +0100 Subject: [PATCH] hq.nixops: remove mpd-index Follow-up to 60331550628224db36b3a6b15096ce0f1f07eb24 --- hq.nixops | 12 ------------ 1 file changed, 12 deletions(-) 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" = { ... }: {