nixos: services: nextcloud: fix deprecated option
This commit is contained in:
parent
e4f8214cb2
commit
10a3055136
|
@ -41,6 +41,9 @@ in
|
|||
adminpassFile = cfg.passwordFile;
|
||||
dbtype = "pgsql";
|
||||
dbhost = "/run/postgresql";
|
||||
};
|
||||
|
||||
extraOptions = {
|
||||
overwriteProtocol = "https"; # Nginx only allows SSL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue