This commit is contained in:
mjallen18
2026-04-02 10:53:47 -05:00
parent acc683bac3
commit 13cf58de7c
2 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,10 @@ in
"${toString cfg.httpsPort}:3001"
];
};
volumes = [ "${cfg.configDir}/orca-slicer:/config" ];
volumes = [
"${cfg.configDir}/orca-slicer:/config"
"${cfg.dataDir}/documents/3d-models:/models"
];
})
];
}