mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01: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 {
|
services.syncthing = let moodle-dl-directory = config.services.moodle-dl.directory; in {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "moodle"; # config.users.extraUsers.moodle.name;
|
user = "moodle-dl"; # config.users.extraUsers.moodle.name;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
configDir = "${moodle-dl-directory}/.config/syncthing";
|
configDir = "${moodle-dl-directory}/.config/syncthing";
|
||||||
dataDir = "${moodle-dl-directory}/.config/syncthing";
|
dataDir = "${moodle-dl-directory}/.config/syncthing";
|
||||||
|
|||||||
Reference in New Issue
Block a user