Compare commits
1 Commits
fix/hoardi
...
fix/hermes
| Author | SHA1 | Date | |
|---|---|---|---|
| 84cab6fd7a |
Submodule assets/compose updated: 48c4c1b232...627a63a42d
@@ -7,16 +7,7 @@
|
|||||||
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 = [
|
options = [ "defaults" "nofail" "_netdev" ];
|
||||||
"noatime"
|
|
||||||
"hard"
|
|
||||||
"nofail"
|
|
||||||
"_netdev"
|
|
||||||
"rsize=1048576"
|
|
||||||
"wsize=1048576"
|
|
||||||
"timeo=14"
|
|
||||||
"retrans=5"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user