added mpd-index to nixops

这个提交包含在:
Markus Schmidl 2019-04-13 20:02:18 +02:00
父节点 0a0b6bdffa
当前提交 d0cca8424c
共有 1 个文件被更改,包括 12 次插入0 次删除

查看文件

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