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

View File

@@ -409,7 +409,7 @@ in
reverseProxy.enable = false;
};
orca-slicer = {
enable = false;
enable = true;
port = 3100;
httpsPort = 3101;
};