Merge pull request #227973 from tensor5/nixos/nextcloud--fix-notify_push-configuration-parse-error

This commit is contained in:
Sandro 2023-05-02 01:05:02 +02:00 committed by GitHub
commit 7b02d16807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ in
export DATABASE_PASSWORD="$(<"${cfg.dbpassFile}")" export DATABASE_PASSWORD="$(<"${cfg.dbpassFile}")"
'' + '' '' + ''
export DATABASE_URL="${dbUrl}" export DATABASE_URL="${dbUrl}"
${cfg.package}/bin/notify_push --glob-config '${config.services.nextcloud.datadir}/config/config.php' ${cfg.package}/bin/notify_push '${config.services.nextcloud.datadir}/config/config.php'
''; '';
serviceConfig = { serviceConfig = {
User = "nextcloud"; User = "nextcloud";