Add 'networking.hostId' (required for ZFS)

main
Hektor Misplon 2025-10-05 00:00:48 +02:00
parent f8fddbba14
commit 6007760092
1 changed files with 4 additions and 0 deletions

View File

@ -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";