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