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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user