nixos: services: nextcloud: fix typo

This commit is contained in:
Bruno BELANYI 2024-01-15 16:50:38 +00:00
parent a5c57333cf
commit 629ec539c9

View file

@ -44,7 +44,7 @@ in
}; };
extraOptions = { extraOptions = {
overwriteProtocol = "https"; # Nginx only allows SSL overwriteprotocol = "https"; # Nginx only allows SSL
}; };
notify_push = { notify_push = {