Merge pull request 'Fix meta.tld option' (#5670) from issue-5669 into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5670
This commit is contained in:
pinpox
2025-10-25 20:18:28 +00:00

View File

@@ -107,8 +107,7 @@ in
readOnly = true; readOnly = true;
}; };
tld = lib.mkOption { tld = lib.mkOption {
default = "clan"; type = types.strMatching "[a-z]+";
type = lib.types.str;
description = '' description = ''
the TLD for the clan the TLD for the clan
''; '';