feat(syncthing): update folder config
This commit is contained in:
parent
74b696d20b
commit
50753334b4
|
@ -29,13 +29,11 @@
|
||||||
"Backups" = {
|
"Backups" = {
|
||||||
id = "backups";
|
id = "backups";
|
||||||
path = "/home/felschr/sync/backups";
|
path = "/home/felschr/sync/backups";
|
||||||
type = "sendonly";
|
|
||||||
devices = [ "rpi4" ];
|
devices = [ "rpi4" ];
|
||||||
};
|
};
|
||||||
"Media" = {
|
"Media" = {
|
||||||
id = "media";
|
id = "media";
|
||||||
path = "/home/felschr/sync/media";
|
path = "/home/felschr/sync/media";
|
||||||
type = "sendonly";
|
|
||||||
devices = [ "rpi4" ];
|
devices = [ "rpi4" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,15 +30,11 @@
|
||||||
"Backups" = {
|
"Backups" = {
|
||||||
id = "backups";
|
id = "backups";
|
||||||
path = "/home/felschr/sync/backups";
|
path = "/home/felschr/sync/backups";
|
||||||
type = "receiveonly";
|
|
||||||
ignoreDelete = true;
|
|
||||||
devices = [ "felix-nixos" ];
|
devices = [ "felix-nixos" ];
|
||||||
};
|
};
|
||||||
"Media" = {
|
"Media" = {
|
||||||
id = "media";
|
id = "media";
|
||||||
path = "/home/felschr/sync/media";
|
path = "/home/felschr/sync/media";
|
||||||
type = "receiveonly";
|
|
||||||
ignoreDelete = true;
|
|
||||||
devices = [ "felix-nixos" ];
|
devices = [ "felix-nixos" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue