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:
Martin Weinelt
2025-07-05 17:23:24 +02:00
parent 8e70f11f88
commit 91e217aad1

View File

@@ -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 [