hosts/library: fix jellysearch service
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
StateDirectory = "jellysearch";
|
||||
StateDirectoryMode = "0750";
|
||||
WorkingDirectory = "/var/lib/jellysearch";
|
||||
EnivronmentFile = config.age.secrets."files/services/meilisearch/envfile".path;
|
||||
EnvironmentFile = config.age.secrets."files/services/meilisearch/envfile".path;
|
||||
|
||||
NoNewPrivileges = true;
|
||||
SystemCallArchitectures = "native";
|
||||
@ -51,7 +51,7 @@
|
||||
DOTNET_ENVIRONMENT = "Production";
|
||||
INDEX_CRON = "0 0 0/2 ? * * *";
|
||||
JELLYFIN_URL = "http://localhost:8096";
|
||||
JELLYFIN_CONFIG_DIR = "${toString config.services.jellyfin.configDir}";
|
||||
JELLYFIN_CONFIG_DIR = "${toString config.services.jellyfin.dataDir}";
|
||||
MEILI_URL = "http://localhost:${toString config.services.meilisearch.listenPort}";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user