From 8c5b9460814c85d01d66405dd45cf08f15989c82 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 24 Mar 2021 20:01:49 +0100 Subject: [PATCH] fixing mysql.settings --- configs/workhorse/nextcloud.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/workhorse/nextcloud.nix b/configs/workhorse/nextcloud.nix index 7c88082..b16feef 100644 --- a/configs/workhorse/nextcloud.nix +++ b/configs/workhorse/nextcloud.nix @@ -168,11 +168,11 @@ in { name = "nextcloud"; ensurePermissions = { "nextcloud.*" = "ALL PRIVILEGES"; }; }]; - extraOptions = '' - innodb_large_prefix=true - innodb_file_format=barracuda - innodb_file_per_table=1 - ''; + settings.mysqld = { + innodb_large_prefix = true; + innodb_file_format = "barracuda"; + innodb_file_per_table = 1; + }; }; # in php