nixos/mysql: loosen mariadb check

This commit is contained in:
Aaron Andersen 2020-08-11 21:15:02 -04:00
parent 3792fef4ec
commit ff9921f0fd

View File

@ -347,7 +347,7 @@ in
]; ];
systemd.services.mysql = let systemd.services.mysql = let
hasNotify = (cfg.package == pkgs.mariadb); hasNotify = isMariaDB;
in { in {
description = "MySQL Server"; description = "MySQL Server";