From da218ccbb585dbce025cd486a754158b6e29a399 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 21 Nov 2023 19:19:49 +0100 Subject: [PATCH] Let's retry clean --- nixos/queen/nextcloud.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/queen/nextcloud.nix b/nixos/queen/nextcloud.nix index fba226f..8a52012 100644 --- a/nixos/queen/nextcloud.nix +++ b/nixos/queen/nextcloud.nix @@ -71,14 +71,6 @@ package = pkgs.mariadb_110; #Directory for the database is /var/lib/mysql - settings = { - mysqld = { - innodb_force_recovery = 10; - }; - mariadb = { - log_error = /var/log/mysql/mysql_error.log; - }; - }; # Ensure the database, user, and permissions always exist ensureDatabases = ["NC"];