modules: services: nextcloud: enable 'notify_push'
This commit is contained in:
parent
c037d3844a
commit
5741421604
|
@ -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…
Reference in a new issue