diff --git a/hosts/bicep/services/mysql.nix b/hosts/bicep/services/mysql.nix index 2a2a547..6b8d478 100644 --- a/hosts/bicep/services/mysql.nix +++ b/hosts/bicep/services/mysql.nix @@ -13,7 +13,7 @@ in services.mysql = { enable = true; - package = pkgs.mariadb; + package = pkgs.mariadb_118; settings = { mysqld = { # PVV allows a lot of connections at the same time