mirror of
https://github.com/kmein/niveum
synced 2026-03-29 16:51:07 +02:00
feat(moodle-dl): dont run in container for borsfaye
This commit is contained in:
@@ -5,11 +5,6 @@ let
|
||||
});
|
||||
in
|
||||
{
|
||||
containers.moodle-dl-borsfaye = {
|
||||
autoStart = true;
|
||||
config = { lib, pkgs, ...}: {
|
||||
imports = [ <niveum/modules/moodle-dl.nix> ];
|
||||
|
||||
services.moodle-dl = {
|
||||
enable = true;
|
||||
startAt = "hourly";
|
||||
@@ -26,6 +21,4 @@ in
|
||||
moodle_path = "/";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user