1
Fork 0

Move syncthing data dir again

This commit is contained in:
prescientmoon 2024-05-29 23:04:05 +02:00
parent 971ba58aae
commit 176b9cb6e5
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -4,7 +4,7 @@ let
# due to the way the syncthing module is written
user = config.satellite.pilot.name;
group = "syncthing";
dataDir = "/persist/state/syncthing";
dataDir = "/persist/state/var/lib/syncthing";
in
{
services.syncthing = {