Compare commits
1 Commits
master
...
fix/hoardi
| Author | SHA1 | Date | |
|---|---|---|---|
| 152d569bcf |
@@ -7,7 +7,16 @@
|
||||
fileSystems."/mnt/HoardingCow_docker_data" = {
|
||||
device = "192.168.1.2:/WorkHorse_docker_data";
|
||||
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