{ lib }: hostname: let hash = builtins.hashString "sha256" hostname; n = lib.strings.toIntBase 16 (builtins.substring 0 8 hash); in n % 24