fix: move IB network to 10.1.6.0/24 (get it? :)

This commit is contained in:
2025-09-13 07:10:25 +02:00
parent 3af5ba3fbd
commit 33a14d1509
4 changed files with 10 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ let
work =
if cfg.work then {
"/work" = {
device = "172.16.240.210:/work";
device = "10.1.6.210:/work";
fsType = "nfs4";
options = options ++ (if cfg.rdma.enable then [ "rdma" ] else []);
};