modules: services: nextcloud: enable 'notify_push'

This commit is contained in:
Bruno BELANYI 2023-07-15 15:45:42 +02:00
parent c037d3844a
commit 5741421604
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ in
dbhost = "/run/postgresql";
overwriteProtocol = "https"; # Nginx only allows SSL
};
notify_push = {
enable = true;
# Allow using the push service without hard-coding my IP in the configuration
bendDomainToLocalhost = true;
};
};
services.postgresql = {