nixos: services: nextcloud: use HTTPS
All checks were successful
ci/woodpecker/push/check Pipeline was successful

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

View file

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