fix: set networking.hostId for ZFS

This commit is contained in:
Nicole Dresselhaus 2025-06-10 22:10:02 +02:00
parent a57d37ea58
commit ac4240f56a

View File

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