mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
(feat): even more nextcloud rules
This commit is contained in:
parent
64e4496a7e
commit
205fffc117
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
webserver = "caddy";
|
webserver = "caddy";
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
|
https = true;
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
adminpassFile = config.sops.secrets.adminNextcloudPass.path;
|
adminpassFile = config.sops.secrets.adminNextcloudPass.path;
|
||||||
|
@ -41,6 +42,8 @@
|
||||||
settings.trustedDomains = [ "cloud.hypervirtual.world" ];
|
settings.trustedDomains = [ "cloud.hypervirtual.world" ];
|
||||||
settings.overwriteprotocol = "https";
|
settings.overwriteprotocol = "https";
|
||||||
settings.log_type = "file";
|
settings.log_type = "file";
|
||||||
|
settings.default_phone_region = "FR";
|
||||||
|
phpOptions."opcache.interned_strings_buffer" = "23";
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue