networking: provide hostname-debian by default

This is first and foremost to provide compat with scripts that call the
hostname executable to retrieve the hostname, an assumptions we probably
should not be breaking.
This commit is contained in:
Martin Weinelt
2025-07-06 00:59:36 +02:00
parent bf1b4d35fb
commit b84f8fdaa0
@@ -1641,6 +1641,7 @@ in
environment.systemPackages =
[
pkgs.host
pkgs.hostname-debian
pkgs.iproute2
pkgs.iputils
]