From e14f268f8e42e4a35883351c79eb1cb43dd75bba Mon Sep 17 00:00:00 2001 From: mir Date: Sun, 14 Apr 2024 13:29:04 -0800 Subject: [PATCH] breakdown add hostID --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }