diff --git a/flake.nix b/flake.nix index ca83003..ec5ac29 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }