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