treewide: Upgrade to NixOS 23.11
This commit is contained in:
parent
4a966412b8
commit
ebc45a9af1
5 changed files with 54 additions and 42 deletions
configuration/services
|
@ -11,7 +11,6 @@ in {
|
|||
inherit hostName;
|
||||
|
||||
package = nextcloud;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
enable = true;
|
||||
maxUploadSize = "2G";
|
||||
https = true;
|
||||
|
@ -30,11 +29,9 @@ in {
|
|||
defaultPhoneRegion = "AT";
|
||||
};
|
||||
|
||||
phpOptions =
|
||||
options.services.nextcloud.phpOptions.default
|
||||
// {
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
};
|
||||
phpOptions = {
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
};
|
||||
|
||||
extraApps = {
|
||||
inherit (pkgs.local) bookmarks calendar contacts cookbook news notes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue