fix: /work mount
This commit is contained in:
@@ -54,7 +54,7 @@ let
|
||||
work =
|
||||
if cfg.work then {
|
||||
"/work" = {
|
||||
device = "10.1.6.210:/work";
|
||||
device = if cfg.rdma.enable then "10.1.6.210:/work" else "172.16.239.210:/work";
|
||||
fsType = "nfs4";
|
||||
options = options ++ (if cfg.rdma.enable then [ "rdma" ] else []);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user