added mpd-index to nixops

This commit is contained in:
Markus Schmidl 2019-04-13 20:02:18 +02:00
parent 0a0b6bdffa
commit d0cca8424c
1 changed files with 12 additions and 0 deletions

View File

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