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;
};
tld = lib.mkOption {
default = "clan";
type = lib.types.str;
type = types.strMatching "[a-z]+";
description = ''
the TLD for the clan
'';