mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +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;
|
||||
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…
Add table
Add a link
Reference in a new issue