From 7e3d5ec7b440c6eaa913f991defc91817e5be6d9 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 21 Nov 2023 19:16:15 +0100 Subject: [PATCH] Mariadb? --- nixos/queen/nextcloud.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/queen/nextcloud.nix b/nixos/queen/nextcloud.nix index cfbe5d2..fba226f 100644 --- a/nixos/queen/nextcloud.nix +++ b/nixos/queen/nextcloud.nix @@ -74,9 +74,8 @@ settings = { mysqld = { innodb_force_recovery = 10; - log_error = /var/log/mysql/mysql_error.log; }; - mysqld_safe = { + mariadb = { log_error = /var/log/mysql/mysql_error.log; }; };