mirror of
https://github.com/kmein/niveum
synced 2026-03-30 17:21:07 +02:00
feat(moodle-dl): run in containers
This commit is contained in:
@@ -66,10 +66,10 @@ in
|
||||
cert = toString <system-secrets/syncthing/cert.pem>;
|
||||
key = toString <system-secrets/syncthing/key.pem>;
|
||||
devices = {
|
||||
inherit ((import <niveum/lib>).syncthing.devices) wilde manakish toum;
|
||||
inherit ((import <niveum/lib>).syncthing.devices) wilde manakish zaatar;
|
||||
};
|
||||
folders.${moodle-dl-directory} = {
|
||||
devices = [ "toum" "wilde" "manakish" ];
|
||||
devices = [ "zaatar" "wilde" "manakish" ];
|
||||
id = "moodle-dl";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user