From ac4240f56af1b54e2886b1d8bb88666408d98e1d Mon Sep 17 00:00:00 2001 From: Nicole Dresselhaus Date: Tue, 10 Jun 2025 22:10:02 +0200 Subject: [PATCH] fix: set networking.hostId for ZFS --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 4e6cb33..2d92bc9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -7,6 +7,7 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "nix-nas"; + networking.hostId = "39373132"; # via: head -c4 /etc/machine-id | od -An -tx4 users.users.nicole = { isNormalUser = true;