nixos/mysql: loosen mariadb check
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user