{ lib, ... }: { options.machine = lib.mkOption { description = "The machine hostname to configure for"; type = lib.types.enum [ "earth" "fire" "air" "water" ]; }; }