fix: /work mount

This commit is contained in:
2025-09-13 07:31:45 +02:00
parent 14b5f07cc6
commit 4057a00143
2 changed files with 5 additions and 5 deletions

View File

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