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.
This commit is contained in:
Harald Hoyer 2024-08-03 15:53:10 +02:00
parent 5bbd996207
commit 5fd8e58a1f

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