feat: enable Syncthing service on fileserver

Enabled the Syncthing service in the fileserver configuration. Set the user to 'harald' and specified directories for data and configuration.

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-08-03 15:53:10 +02:00
parent 5bbd996207
commit 7b7cebb658
2 changed files with 18 additions and 9 deletions

View file

@ -72,4 +72,13 @@
};
};
};
services = {
syncthing = {
enable = true;
user = "harald";
dataDir = "/mnt/raid/Qmultimedia/syncthing"; # Default folder for new synced folders
configDir = "/mnt/raid/Qmultimedia/syncthing/.config/syncthing"; # Folder for Syncthing's settings and keys
};
};
}