bicep/mysql: pin version, upgrade from 11.4 -> 11.8
Build topology graph / evals (push) Successful in 4m21s
Eval nix flake / evals (push) Successful in 9m9s

This commit is contained in:
2026-01-28 14:01:14 +09:00
parent fa31a84bd2
commit 2f7e1439d0
+1 -1
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