1
0
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:
2021-09-18 15:53:21 +02:00
parent f036e50210
commit d04c652f61
2 changed files with 22 additions and 20 deletions

View File

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