bicep/mysql: pin version, upgrade from 11.4 -> 11.8

This commit is contained in:
h7x4
2026-01-28 14:01:14 +09:00
parent fa31a84bd2
commit 2f7e1439d0

View File

@@ -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