mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/nextcloud: mariadb workaround is for versions >=24 not needed anymore
This commit is contained in:
parent
ecd8d42397
commit
6f80d6836a
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ in {
|
|||
# FIXME(@Ma27) Nextcloud isn't compatible with mariadb 10.6,
|
||||
# this is a workaround.
|
||||
# See https://help.nextcloud.com/t/update-to-next-cloud-21-0-2-has-get-an-error/117028/22
|
||||
settings = {
|
||||
settings = mkIf (versionOlder cfg.package.version "24") {
|
||||
mysqld = {
|
||||
innodb_read_only_compressed = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue