nixos/zfs: use hostname-debian for hostname lookups

This is the simpler, more lightweight and better maintained version of
the hostname utility.
This commit is contained in:
Martin Weinelt 2025-07-04 06:57:54 +02:00
parent c21be3563e
commit 87a1396702
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -832,7 +832,7 @@ in
pkgs.gawk
pkgs.gnugrep
pkgs.gnused
pkgs.nettools
pkgs.hostname-debian
pkgs.util-linux
];
};