fix zipline user/group and adjust port

This commit is contained in:
wo2wz 2025-08-27 17:31:48 -04:00
parent fd1f4fc206
commit 62ea9e7b88

View file

@ -1,9 +1,16 @@
{ config, ... }:
{
users.users.zipline = {
group = "zipline";
isSystemUser = true;
};
users.groups.zipline = {};
services.zipline = {
enable = true;
settings = {
CORE_PORT = 8001;
FEATURES_VERSION_CHECKING = "false";
FEATURES_THUMBNAILS_NUM_THREADS = 2;
};