mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
nixos/mysql: loosen mariadb check
This commit is contained in:
parent
3792fef4ec
commit
ff9921f0fd
@ -347,7 +347,7 @@ in
|
||||
];
|
||||
|
||||
systemd.services.mysql = let
|
||||
hasNotify = (cfg.package == pkgs.mariadb);
|
||||
hasNotify = isMariaDB;
|
||||
in {
|
||||
description = "MySQL Server";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user