hosts/storage-2: add device to syncthing
This commit is contained in:
parent
403a58d266
commit
ae1f68ac36
@ -4,9 +4,8 @@
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
devices = {
|
||||
ceasium = {
|
||||
id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE";
|
||||
};
|
||||
ceasium = { id = "3JVJ2KS-C44JKLL-LFIMCVJ-VUQK2VB-WKJNOGB-4AIJYJM-MINXEKG-T5FHQQE"; };
|
||||
ev0 = { id = "XLZNAIG-Q5BJYXZ-IJWS3RD-EOETGFI-265U5MH-U4VBEXX-KC6MWPH-B22ROQT"; };
|
||||
};
|
||||
folders = {
|
||||
mixcloud = {
|
||||
@ -14,6 +13,7 @@
|
||||
type = "sendonly";
|
||||
devices = [
|
||||
"ceasium"
|
||||
"ev0"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user