fix: move IB network to 10.1.6.0/24 (get it? :)
This commit is contained in:
@@ -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 []);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user