mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
feat(moodle-dl): share via nfs
This commit is contained in:
@@ -17,6 +17,16 @@
|
||||
services.nextcloud-client.enable = true;
|
||||
};
|
||||
|
||||
fileSystems."/media/moodle" = {
|
||||
device = "zaatar.r:/moodle";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"x-systemd.idle-timeout=600"
|
||||
"noauto"
|
||||
"x-systemd.automount"
|
||||
];
|
||||
};
|
||||
|
||||
services.syncthing = rec {
|
||||
enable = true;
|
||||
user = "kfm";
|
||||
@@ -37,10 +47,6 @@
|
||||
devices = [ "wilde" "manakish" "heym" "zaatar" ];
|
||||
id = "music";
|
||||
};
|
||||
"${cloud-dir}/moodle" = {
|
||||
devices = [ "wilde" "zaatar" "manakish" ];
|
||||
id = "moodle-dl";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user