diff --git a/nixos/modules/100tb.nix b/nixos/modules/100tb.nix index b56bd06e23d70ddd25ad8c53c736919945d6c0f4..ec4bf66579d4d9b89065f02df3ee454f5b647294 100644 --- a/nixos/modules/100tb.nix +++ b/nixos/modules/100tb.nix @@ -34,7 +34,7 @@ let options = { hostId = lib.mkOption { type = lib.types.str; - example = lib.literalExample "abcdefgh"; + example = lib.literalExample "abcdefab"; description = "The 32-bit host ID of the machine, formatted as 8 hexadecimal characters."; }; interface = lib.mkOption