nixos: services: nextcloud: use HTTPS
ci/woodpecker/push/check Pipeline was successful Details

This should fix my issue with the sliding sync server.
This commit is contained in:
Bruno BELANYI 2024-01-26 23:35:06 +01:00
parent 5cb67cf040
commit e2091e9e2e
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ in
dbhost = "/run/postgresql";
};
https = true;
extraOptions = {
overwriteprotocol = "https"; # Nginx only allows SSL
};