mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:36:35 +01:00
moodle-dl: clean up
This commit is contained in:
parent
92e4054723
commit
f587e19962
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
|
||||
systemd.services."moodle-dl" = {
|
||||
script = ''
|
||||
${pkgs.coreutils}/bin/echo "yes" | ${lib.getExe pkgs.moodle-dl} --path /var/moodle-dl --add-all-visible-courses
|
||||
${lib.getExe pkgs.moodle-dl} --path /var/moodle-dl
|
||||
${lib.getExe pkgs.git} -C /var/moodle-dl add .
|
||||
${lib.getExe pkgs.git} -C /var/moodle-dl commit -m "moodle-dl updated on `$(${pkgs.coreutils}/bin/date)`"
|
||||
|
|
Loading…
Reference in a new issue