modules: services: nextcloud: enable 'notify_push'
This commit is contained in:
parent
c037d3844a
commit
5741421604
1 changed files with 6 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue