syncthing fix attempt v3

This commit is contained in:
Payas Relekar 2023-08-06 19:38:40 +05:30
parent 3e7d095c34
commit 984a6708bf
2 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
settings = { settings = {
folders = { folders = {
"~/Keepass" = { Keepass = {
enable = true; enable = true;
devices = [ "bebop" "Childish Tycoon" ]; devices = [ "bebop" "Childish Tycoon" ];
type = "sendreceive"; type = "sendreceive";
@ -20,7 +20,7 @@
}; };
}; };
"~/Syncthing" = { Syncthing = {
enable = true; enable = true;
devices = [ "bebop" "Childish Tycoon" ]; devices = [ "bebop" "Childish Tycoon" ];
type = "sendreceive"; type = "sendreceive";
@ -34,14 +34,14 @@
}; };
}; };
"~/org" = { org = {
enable = true; enable = true;
devices = [ "bebop" "Childish Tycoon" ]; devices = [ "bebop" "Childish Tycoon" ];
type = "sendreceive"; type = "sendreceive";
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };
"~/Music" = { Music = {
enable = true; enable = true;
devices = [ "bebop" "Childish Tycoon" ]; devices = [ "bebop" "Childish Tycoon" ];
type = "sendreceive"; type = "sendreceive";
@ -49,7 +49,7 @@
}; };
"~/Pictures" = { Pictures = {
enable = false; enable = false;
# Kept as future reminder # Kept as future reminder
devices = [ ]; # no pause option in NixOS module, no sharing is as good as paused devices = [ ]; # no pause option in NixOS module, no sharing is as good as paused

View file

@ -57,31 +57,31 @@ in
# devices, type and versioning to be configured per-node # devices, type and versioning to be configured per-node
# Disable unwanted folder in per-node config # Disable unwanted folder in per-node config
"~/Keepass" = { Keepass = {
id = "qsoil-jtfof"; id = "qsoil-jtfof";
label = "Keepass"; label = "Keepass";
path = "~/Keepass"; path = "~/Keepass";
}; };
"~/Syncthing" = { Syncthing = {
id = "yg7in-0dlb8"; id = "yg7in-0dlb8";
label = "Syncthing"; label = "Syncthing";
path = "~/Syncthing"; path = "~/Syncthing";
}; };
"~/Music" = { Music = {
id = "3qsnr-wjn9w"; id = "3qsnr-wjn9w";
label = "Music"; label = "Music";
path = "~/Music"; path = "~/Music";
}; };
"~/org" = { org = {
id = "9ta3z-yrde3"; id = "9ta3z-yrde3";
label = "org"; label = "org";
path = "~/org"; path = "~/org";
}; };
"~/Pictures" = { Pictures = {
id = "rjozc-vd3hh"; id = "rjozc-vd3hh";
label = "Pictures"; label = "Pictures";
path = "~/Pictures"; path = "~/Pictures";