From 06359c8637a9224e27ab679916ffd898ba36d00a Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 10 Jul 2023 10:35:40 +0200 Subject: [PATCH] Add hostID --- systems/yokai/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/yokai/default.nix b/systems/yokai/default.nix index a78b512..7700841 100644 --- a/systems/yokai/default.nix +++ b/systems/yokai/default.nix @@ -7,6 +7,7 @@ ]; networking.hostName = "yokai"; + networking.hostId = "af13bbec"; boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];