1{ lib, ... }: 2 3{ 4 options = { 5 value = lib.mkOption { 6 type = lib.types.coercedTo lib.types.int toString lib.types.str; 7 }; 8 }; 9}