split dir separates webm, av1 more

This commit is contained in:
2024-03-23 22:10:53 -06:00
parent a043b8eddb
commit 8b10e9020f
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,8 @@
mount = nfsDisk: {
device = "server:/${nfsDisk}";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
# options = [ "x-systemd.automount" "noauto" ];
};
in {
"/mnt/pool" = mount "pool" // { };