mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
waffentrager: add archivizers
This commit is contained in:
@@ -39,13 +39,15 @@
|
||||
appstoreEnable = true;
|
||||
database.createLocally = true;
|
||||
nginx.recommendedHttpHeaders = true;
|
||||
extraApps = { notify_push = pkgs.nextcloud28Packages.apps.notify_push; };
|
||||
extraApps = with pkgs.nextcloud28Packages.apps; {
|
||||
inherit notify_push previewgenerator;
|
||||
};
|
||||
extraOptions = {
|
||||
mail_smtpmode = "sendmail";
|
||||
mail_sendmailmode = "pipe";
|
||||
};
|
||||
|
||||
phpOptions = {
|
||||
phpOptions = {
|
||||
"opcache.interned_strings_buffer" = "10";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user