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