diff --git a/nixos-modules/lib/children.nix b/nixos-modules/lib/children.nix index 10f1c13..9f03f60 100644 --- a/nixos-modules/lib/children.nix +++ b/nixos-modules/lib/children.nix @@ -16,9 +16,7 @@ description = "Program binary for this child. Must be an ERIS URN."; default = null; - type = types.nullOr (types.str // { - check = lib.strings.hasPrefix "urn:erisx2:"; - }); + type = types.nullOr types.str; example = "urn:erisx2:AEAU4KT7AGJLA5BHPWFZ7HX2OVVNVFGDM2SIS726OPZBGXDED64QIDPHN2M5P5HIMOG3YDSWBGDPNUMZKCG4CRVU4DI5BOS5IJRFCSLQQY"; };