nixos: services: nextcloud: fix renamed option

This commit is contained in:
Bruno BELANYI 2024-01-30 13:21:50 +01:00
parent 1655afcedf
commit 02412f2578

View file

@ -45,7 +45,7 @@ in
https = true; https = true;
extraOptions = { settings = {
overwriteprotocol = "https"; # Nginx only allows SSL overwriteprotocol = "https"; # Nginx only allows SSL
}; };