fix zipline user/group and adjust port
This commit is contained in:
parent
fd1f4fc206
commit
62ea9e7b88
1 changed files with 7 additions and 0 deletions
|
|
@ -1,9 +1,16 @@
|
||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
users.users.zipline = {
|
||||||
|
group = "zipline";
|
||||||
|
isSystemUser = true;
|
||||||
|
};
|
||||||
|
users.groups.zipline = {};
|
||||||
services.zipline = {
|
services.zipline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
CORE_PORT = 8001;
|
||||||
|
|
||||||
FEATURES_VERSION_CHECKING = "false";
|
FEATURES_VERSION_CHECKING = "false";
|
||||||
FEATURES_THUMBNAILS_NUM_THREADS = 2;
|
FEATURES_THUMBNAILS_NUM_THREADS = 2;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue