From 08737687f435d08a40d54c575fee6c1d12429461 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 28 Oct 2019 13:40:47 -0400 Subject: [PATCH] make it legit hex --- nixos/modules/100tb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/100tb.nix b/nixos/modules/100tb.nix index b56bd06e..ec4bf665 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 -- GitLab