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