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

feat(moodle-dl): dont run in container for borsfaye

This commit is contained in:
2022-01-07 16:58:38 +01:00
parent a83e903488
commit e76ed000cb

View File

@@ -5,11 +5,6 @@ let
}); });
in in
{ {
containers.moodle-dl-borsfaye = {
autoStart = true;
config = { lib, pkgs, ...}: {
imports = [ <niveum/modules/moodle-dl.nix> ];
services.moodle-dl = { services.moodle-dl = {
enable = true; enable = true;
startAt = "hourly"; startAt = "hourly";
@@ -26,6 +21,4 @@ in
moodle_path = "/"; moodle_path = "/";
}; };
}; };
};
};
} }