CrOS/hosts/common/optional/mysql.nix
2026-03-22 00:34:17 -04:00

6 lines
75 B
Nix

{
services.mysql = {
enable = true;
package = pkgs.mariadb_118;
};
}