syncthing id
This commit is contained in:
parent
a2be6386be
commit
e39e4732ae
|
@ -227,6 +227,7 @@
|
||||||
# devices = [ "device1" "device2" ]; # Which devices to share the folder with
|
# devices = [ "device1" "device2" ]; # Which devices to share the folder with
|
||||||
# };
|
# };
|
||||||
"vaults" = {
|
"vaults" = {
|
||||||
|
id = "bbqnm-caya2";
|
||||||
path = "/home/alex/vaults";
|
path = "/home/alex/vaults";
|
||||||
devices = [ "atauno" ];
|
devices = [ "atauno" ];
|
||||||
ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.
|
ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.
|
||||||
|
|
Loading…
Reference in New Issue