galvatron: machine ID for zfs

This commit is contained in:
mir 2024-04-12 08:30:14 -08:00
parent 0481cc019a
commit 3b49a109dd

View File

@ -76,7 +76,10 @@
# experimentalGPUInstallMode = "overlay"; # experimentalGPUInstallMode = "overlay";
}; };
boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.canTouchEfiVariables = false;
networking.hostName = "galvatron"; networking = {
hostName = "galvatron";
hostId = "57184c38";
};
sound.enable = true; # only on unstable? sound.enable = true; # only on unstable?
} }
./hardware/galvatron-hw.nix ./hardware/galvatron-hw.nix