breakdown add hostID

This commit is contained in:
mir 2024-04-14 13:29:04 -08:00
parent 1cc1ee3e36
commit e14f268f8e

View File

@ -100,7 +100,10 @@
specialArgs = { inherit inputs; };
modules = [
./configuration.nix {
networking.hostName = "breakdown";
networking = {
hostName = "breakdown";
hostId = "3ba70c47";
};
boot.loader.efi.canTouchEfiVariables = true;
sound.enable = true;
}