nixos/mysql: replace nettools with hostname-debian
If it just needs the hostname utility this is the better maintained choice.
This commit is contained in:
@@ -525,7 +525,7 @@ in
|
||||
[
|
||||
# Needed for the mysql_install_db command in the preStart script
|
||||
# which calls the hostname command.
|
||||
pkgs.nettools
|
||||
pkgs.hostname-debian
|
||||
]
|
||||
# tools 'wsrep_sst_rsync' needs
|
||||
++ lib.optionals cfg.galeraCluster.enable [
|
||||
|
||||
Reference in New Issue
Block a user