From 6007760092f63d7f42551d269dbe4722b13cfbf7 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 5 Oct 2025 00:00:48 +0200 Subject: [PATCH] Add 'networking.hostId' (required for ZFS) --- hosts/vm/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 2b66865..891e5e3 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -18,6 +18,10 @@ nix.settings.experimental-features = [ "nix-command" "flakes" ]; + # These are needed for ZFS + + networking.hostId = "25698a58"; + # https://discourse.nixos.org/t/zfs-with-disko-faluire-to-import-zfs-pool/61988/3 boot = { zfs = { devNodes = "/dev/disk/by-uuid";