{pkgs, ...}: { environment.systemPackages = with pkgs; [ mycli ]; services.mysql = { enable = true; package = pkgs.mariadb_118; }; }