phoebe/syncthing: make all directories sendreceive

This commit is contained in:
Payas Relekar 2023-09-29 21:00:33 +05:30
parent 3b70410bbe
commit 6ff7ec905f

View file

@ -22,7 +22,7 @@
folders = {
Keepass = {
devices = [ "hermes" "Childish Tycoon" "bebop" ];
type = "receiveonly";
type = "sendreceive";
versioning = {
type = "simple";
params.keep = "10";
@ -31,7 +31,7 @@
Syncthing = {
devices = [ "hermes" "Childish Tycoon" "bebop" ];
type = "receiveonly";
type = "sendreceive";
versioning = {
type = "simple";
params.keep = "3";
@ -40,12 +40,12 @@
org = {
devices = [ "hermes" "Childish Tycoon" "bebop" ];
type = "receiveonly";
type = "sendreceive";
};
Music = {
devices = [ "hermes" "Childish Tycoon" "bebop" ];
type = "receiveonly";
type = "sendreceive";
fsWatcherEnabled = true;
};
};