mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
(feat): even more nextcloud rules
This commit is contained in:
parent
64e4496a7e
commit
205fffc117
|
@ -20,6 +20,7 @@
|
|||
database.createLocally = true;
|
||||
webserver = "caddy";
|
||||
configureRedis = true;
|
||||
https = true;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
adminpassFile = config.sops.secrets.adminNextcloudPass.path;
|
||||
|
@ -41,6 +42,8 @@
|
|||
settings.trustedDomains = [ "cloud.hypervirtual.world" ];
|
||||
settings.overwriteprotocol = "https";
|
||||
settings.log_type = "file";
|
||||
settings.default_phone_region = "FR";
|
||||
phpOptions."opcache.interned_strings_buffer" = "23";
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue