feat(syncthing): update folder config

This commit is contained in:
Felix Schröter 2021-03-21 14:50:46 +01:00
parent 74b696d20b
commit 50753334b4
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 0 additions and 6 deletions

View file

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

View file

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