1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(moodle-dl): match syncthing with new moodle-dl user

This commit is contained in:
2021-04-05 09:55:05 +02:00
parent 83afa6174a
commit 3e684ae24a

View File

@@ -50,7 +50,7 @@ in
services.syncthing = let moodle-dl-directory = config.services.moodle-dl.directory; in {
enable = true;
user = "moodle"; # config.users.extraUsers.moodle.name;
user = "moodle-dl"; # config.users.extraUsers.moodle.name;
openDefaultPorts = true;
configDir = "${moodle-dl-directory}/.config/syncthing";
dataDir = "${moodle-dl-directory}/.config/syncthing";