Remove deprecated NFS mounts
This commit is contained in:
@ -121,12 +121,6 @@
|
|||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["defaults" "rw" "noatime" "_netdev" "bg" "hard"];
|
options = ["defaults" "rw" "noatime" "_netdev" "bg" "hard"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/media/Box" = {
|
|
||||||
device = "192.168.86.20:/mnt/Seagate4TB/Box";
|
|
||||||
fsType = "nfs";
|
|
||||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "hard"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
|
|||||||
@ -69,12 +69,6 @@
|
|||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "hard"];
|
options = ["defaults" "rw" "relatime" "_netdev" "bg" "hard"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/media/Box" = {
|
|
||||||
device = "192.168.86.20:/mnt/Seagate4TB/Box";
|
|
||||||
fsType = "nfs";
|
|
||||||
options = ["defaults" "rw" "relatime" "_netdev" "bg" "hard"];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
|
|||||||
Reference in New Issue
Block a user