nixos: services: nextcloud: fix renamed option
This commit is contained in:
parent
1655afcedf
commit
02412f2578
|
@ -45,7 +45,7 @@ in
|
||||||
|
|
||||||
https = true;
|
https = true;
|
||||||
|
|
||||||
extraOptions = {
|
settings = {
|
||||||
overwriteprotocol = "https"; # Nginx only allows SSL
|
overwriteprotocol = "https"; # Nginx only allows SSL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue