nixos/mysql: loosen mariadb check

This commit is contained in:
Aaron Andersen
2020-08-12 07:10:59 -04:00
parent 3792fef4ec
commit ff9921f0fd
+1 -1
View File
@@ -347,7 +347,7 @@ in
];
systemd.services.mysql = let
hasNotify = (cfg.package == pkgs.mariadb);
hasNotify = isMariaDB;
in {
description = "MySQL Server";