Compare commits

..

2 Commits

Author SHA1 Message Date
Robert
f7ec3d995a bump compose submodule: hermes vpn_net fix + build ssh removal 2026-09-15 17:18:31 -04:00
gortium
73c7b5f9b9 chore: bump assets/compose submodule (hermes on vpn_net) 2026-09-15 15:28:54 -04:00
2 changed files with 2 additions and 11 deletions

View File

@@ -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"
];
}; };
}; };
} }