1

Revert "nixosModules.e11sync: remove ${system}"

This reverts commit a7b32b6df5.
This commit is contained in:
2024-01-17 15:03:44 +02:00
parent 250edb3472
commit a88bc7071c
2 changed files with 38 additions and 26 deletions

View File

@@ -10,7 +10,7 @@
backendPort ? 8002,
databasePath ? null,
geoip-mmdb,
e11sync-static,
e11sync-static-manifest,
}: let
uwsgi-python = uwsgi.override {plugins = ["python3"];};
pythonEnv =
@@ -50,7 +50,7 @@ in
${lib.optionalString (databasePath != null) ''
--set E11SYNC_DATABASE_PATH "${databasePath}" \
''} \
--set E11SYNC_STATIC_ROOT "${e11sync-static.passthru.manifest}" \
--set E11SYNC_STATIC_ROOT "${e11sync-static-manifest}" \
--set E11SYNC_COMPRESS_OFFLINE 1 \
--set E11SYNC_DEBUG "" \
--set GEOIP_PATH "${geoip-mmdb}" \