diff --git a/hq.nixops b/hq.nixops index 746715b8..70ea5265 100644 --- a/hq.nixops +++ b/hq.nixops @@ -36,4 +36,16 @@ storeKeysOnMachine = true; }; }; + + "mpd-index" = + { ... }: + { + imports = [ + hosts/containers/mpd-index/configuration.nix + ]; + deployment = { + targetHost = "2a02:8106:208:5201:5ca3:f7ff:fe6d:dcf0"; + storeKeysOnMachine = true; + }; + }; }