1

System/Nixinator: Set _netdev,bg mount options for nfs shares

This commit is contained in:
2025-06-05 12:09:37 +02:00
parent 26caaa2f33
commit 0dd1d1423d

View File

@ -52,16 +52,19 @@
"/home/christoph/Movies" = {
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Movie";
fsType = "nfs";
options = ["defaults" "rw" "relatime" "_netdev" "bg"];
};
"/home/christoph/Shows" = {
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Show";
fsType = "nfs";
options = ["defaults" "rw" "relatime" "_netdev" "bg"];
};
"/home/christoph/Music" = {
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music";
fsType = "nfs";
options = ["defaults" "rw" "relatime" "_netdev" "bg"];
};
};