toString port

This commit is contained in:
niten 2024-05-21 11:06:24 -07:00
parent 6619d9448d
commit c925d71443
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ let
count = 1;
capabilities = [ "gpu" ];
}];
ports = [ "${cfg.port}:3003" ];
ports = [ "${toString cfg.port}:3003" ];
restart = "always";
volumes = [ "${cfg.state-directory}:/cache" ];
};