1
0
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:
2022-01-07 16:58:38 +01:00
parent a83e903488
commit e76ed000cb

View File

@@ -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 = "/";
};
};
};
};
}