From 87a13967025fb6a7f75eec638e97323c9e30531f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 4 Jul 2025 06:57:54 +0200 Subject: [PATCH] nixos/zfs: use hostname-debian for hostname lookups This is the simpler, more lightweight and better maintained version of the hostname utility. --- nixos/modules/tasks/filesystems/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index f8e36eb1646c..b57b44414d21 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -832,7 +832,7 @@ in pkgs.gawk pkgs.gnugrep pkgs.gnused - pkgs.nettools + pkgs.hostname-debian pkgs.util-linux ]; };