added mpd-index to nixops

Este commit está contenido en:
Markus Schmidl 2019-04-13 20:02:18 +02:00
padre 0a0b6bdffa
commit d0cca8424c
Se han modificado 1 ficheros con 12 adiciones y 0 borrados

Ver fichero

@ -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;
};
};
}