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
1 changed files with 1 additions and 1 deletions

View File

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