hades: start syncthing

This commit is contained in:
2025-10-12 17:58:15 +02:00
parent c2f53e4533
commit a43fdc77f8
2 changed files with 6 additions and 5 deletions

View File

@@ -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.
};
};