hosts/storage-2: migrate renamed options
This commit is contained in:
parent
2927edcb95
commit
fe85ab718a
@ -3,18 +3,20 @@
|
|||||||
{
|
{
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
devices = {
|
settings = {
|
||||||
ceasium = { id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE"; };
|
devices = {
|
||||||
ev0 = { id = "XLZNAIG-Q5BJYXZ-IJWS3RD-EOETGFI-265U5MH-U4VBEXX-KC6MWPH-B22ROQT"; };
|
ceasium = { id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE"; };
|
||||||
};
|
ev0 = { id = "XLZNAIG-Q5BJYXZ-IJWS3RD-EOETGFI-265U5MH-U4VBEXX-KC6MWPH-B22ROQT"; };
|
||||||
folders = {
|
};
|
||||||
mixcloud = {
|
folders = {
|
||||||
path = "/data/mixcloud";
|
mixcloud = {
|
||||||
type = "sendonly";
|
path = "/data/mixcloud";
|
||||||
devices = [
|
type = "sendonly";
|
||||||
"ceasium"
|
devices = [
|
||||||
"ev0"
|
"ceasium"
|
||||||
];
|
"ev0"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user