ServeNix: Disable old NFS mount
This commit is contained in:
@ -47,11 +47,6 @@
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
"/media/TV-Usenet" = {
|
||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Usenet";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
"/media/TV-Music" = {
|
||||
device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music";
|
||||
fsType = "nfs";
|
||||
@ -73,11 +68,6 @@
|
||||
device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Clips";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
"/media/Stash-Usenet" = {
|
||||
device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Usenet";
|
||||
fsType = "nfs";
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
|
Reference in New Issue
Block a user