hades: start syncthing
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
folders = {
|
||||
"Sync" = { # Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/${config.services.syncthing.user}/Sync"; # Which folder to add to Syncthing
|
||||
devices = [ "jupiter" ]; # Which devices to share the folder with
|
||||
devices = [ "jupiter.home.opel-online.de" ]; # Which devices to share the folder with
|
||||
ignorePerms = false; # By default, Syncthing doesn't sync file permissions. This line enables it for this folder.
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user