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

2 Commits

Author SHA1 Message Date
a4edbfd29d feat(seafile): no onw need seafile-shared 2021-04-13 15:09:19 +02:00
6f7d5eadbf feat(moodle-dl): more courses 2021-04-13 15:09:05 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ in
105074 # Litauisch
103685 # Griechische Sprache und Übersetzung I
105455 # Elegia greca
105335 # Homerische Epen
];
download_submissions = true;
download_descriptions = true;

View File

@@ -16,5 +16,5 @@
};
};
environment.systemPackages = [ pkgs.seafile-client pkgs.seafile-shared ];
environment.systemPackages = [ pkgs.seafile-client ];
}