added more config to media folder

This commit is contained in:
Leyla Becker 2025-03-09 14:41:01 -05:00
parent 7b9b394ad2
commit 06adc798da

View file

@ -59,7 +59,7 @@
"/mnt/media" = { "/mnt/media" = {
device = "defiant:/exports/media"; device = "defiant:/exports/media";
fsType = "nfs"; fsType = "nfs";
options = ["x-systemd.automount" "noauto" "user" "noatime" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"]; options = ["user" "noatime" "nofail" "soft" "x-systemd.idle-timeout=600" "fsc"];
}; };
}; };