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 = {
folders = {
"~/Keepass" = {
Keepass = {
enable = true;
devices = [ "bebop" "Childish Tycoon" ];
type = "sendreceive";
@ -20,7 +20,7 @@
};
};
"~/Syncthing" = {
Syncthing = {
enable = true;
devices = [ "bebop" "Childish Tycoon" ];
type = "sendreceive";
@ -34,14 +34,14 @@
};
};
"~/org" = {
org = {
enable = true;
devices = [ "bebop" "Childish Tycoon" ];
type = "sendreceive";
fsWatcherEnabled = true;
};
"~/Music" = {
Music = {
enable = true;
devices = [ "bebop" "Childish Tycoon" ];
type = "sendreceive";
@ -49,7 +49,7 @@
};
"~/Pictures" = {
Pictures = {
enable = false;
# Kept as future reminder
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
# Disable unwanted folder in per-node config
"~/Keepass" = {
Keepass = {
id = "qsoil-jtfof";
label = "Keepass";
path = "~/Keepass";
};
"~/Syncthing" = {
Syncthing = {
id = "yg7in-0dlb8";
label = "Syncthing";
path = "~/Syncthing";
};
"~/Music" = {
Music = {
id = "3qsnr-wjn9w";
label = "Music";
path = "~/Music";
};
"~/org" = {
org = {
id = "9ta3z-yrde3";
label = "org";
path = "~/org";
};
"~/Pictures" = {
Pictures = {
id = "rjozc-vd3hh";
label = "Pictures";
path = "~/Pictures";