split dir separates webm, av1 more
This commit is contained in:
@@ -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" // { };
|
||||
|
||||
Reference in New Issue
Block a user