Nextcloud: fixed stringbuffer fr this time
This commit is contained in:
parent
8a946c8009
commit
2e6ad4b068
1 changed files with 2 additions and 2 deletions
|
|
@ -35,10 +35,10 @@ in {
|
||||||
contacts
|
contacts
|
||||||
mail
|
mail
|
||||||
user_oidc
|
user_oidc
|
||||||
whiteboard
|
|
||||||
phonetrack
|
phonetrack
|
||||||
;
|
;
|
||||||
external = pkgs.fetchNextcloudApp {
|
external = pkgs.fetchNextcloudApp {
|
||||||
|
# https://github.com/helsinki-systems/nc4nix/blob/main/31.json #NOTE: 31.json is version.
|
||||||
hash = "sha256-xVrnahqgXIXjk9gukrFgpwZiT2poUIDl83xV8hXPisw=";
|
hash = "sha256-xVrnahqgXIXjk9gukrFgpwZiT2poUIDl83xV8hXPisw=";
|
||||||
url = "https://github.com/nextcloud-releases/external/releases/download/v6.0.2/external-v6.0.2.tar.gz";
|
url = "https://github.com/nextcloud-releases/external/releases/download/v6.0.2/external-v6.0.2.tar.gz";
|
||||||
license = "agpl3Plus";
|
license = "agpl3Plus";
|
||||||
|
|
@ -62,9 +62,9 @@ in {
|
||||||
];
|
];
|
||||||
trusted_proxies = ["127.0.0.1"];
|
trusted_proxies = ["127.0.0.1"];
|
||||||
maintenance_window_start = 1;
|
maintenance_window_start = 1;
|
||||||
"opcache.interned_strings_buffer" = 256;
|
|
||||||
log_type = "file";
|
log_type = "file";
|
||||||
};
|
};
|
||||||
|
phpOptions."opcache.interned_strings_buffer" = 24;
|
||||||
config = {
|
config = {
|
||||||
adminuser = "jsw-admin";
|
adminuser = "jsw-admin";
|
||||||
adminpassFile = "${config.age.secrets.nextcloud-admin-pass.path}";
|
adminpassFile = "${config.age.secrets.nextcloud-admin-pass.path}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue