hippocampus: update nextcloud 27 -> 28
This commit is contained in:
@@ -13,29 +13,31 @@ in {
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud27;
|
||||
package = pkgs.nextcloud28;
|
||||
hostName = "localhost";
|
||||
extraOptions = {
|
||||
trusted_domains = [
|
||||
"cloud.crompton.cc"
|
||||
"nextcloud.syzygial.cc"
|
||||
];
|
||||
|
||||
trusted_proxies = [
|
||||
"cloud.crompton.cc"
|
||||
"nextcloud.syzygial.cc"
|
||||
];
|
||||
|
||||
overwriteprotocol = "https";
|
||||
};
|
||||
|
||||
config = {
|
||||
adminuser = "CromptonAdmin";
|
||||
adminpassFile = config.sops.secrets."nextcloud/adminPass".path;
|
||||
|
||||
extraTrustedDomains = [
|
||||
"cloud.crompton.cc"
|
||||
"nextcloud.syzygial.cc"
|
||||
];
|
||||
|
||||
trustedProxies = [
|
||||
"cloud.crompton.cc"
|
||||
"nextcloud.syzygial.cc"
|
||||
];
|
||||
|
||||
dbtype = "pgsql";
|
||||
dbname = "nextcloud";
|
||||
dbuser = "nextcloud";
|
||||
|
||||
dbhost = "/run/postgresql";
|
||||
overwriteProtocol = "https";
|
||||
|
||||
objectstore.s3 = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user