Compare commits
2 Commits
fix/remove
...
fix/hoardi
| Author | SHA1 | Date | |
|---|---|---|---|
| 152d569bcf | |||
| 82719a3c3b |
@@ -7,7 +7,16 @@
|
|||||||
fileSystems."/mnt/HoardingCow_docker_data" = {
|
fileSystems."/mnt/HoardingCow_docker_data" = {
|
||||||
device = "192.168.1.2:/WorkHorse_docker_data";
|
device = "192.168.1.2:/WorkHorse_docker_data";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "defaults" "nofail" "_netdev" ];
|
options = [
|
||||||
|
"noatime"
|
||||||
|
"hard"
|
||||||
|
"nofail"
|
||||||
|
"_netdev"
|
||||||
|
"rsize=1048576"
|
||||||
|
"wsize=1048576"
|
||||||
|
"timeo=14"
|
||||||
|
"retrans=5"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user