Merge pull request #227973 from tensor5/nixos/nextcloud--fix-notify_push-configuration-parse-error
This commit is contained in:
commit
7b02d16807
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ in
|
|||
export DATABASE_PASSWORD="$(<"${cfg.dbpassFile}")"
|
||||
'' + ''
|
||||
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 = {
|
||||
User = "nextcloud";
|
||||
|
|
Loading…
Reference in a new issue