nixos: services: nextcloud: fix typo
This commit is contained in:
parent
a5c57333cf
commit
629ec539c9
|
@ -44,7 +44,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
overwriteProtocol = "https"; # Nginx only allows SSL
|
overwriteprotocol = "https"; # Nginx only allows SSL
|
||||||
};
|
};
|
||||||
|
|
||||||
notify_push = {
|
notify_push = {
|
||||||
|
|
Loading…
Reference in a new issue