This commit is contained in:
Inex Code 2024-08-09 14:45:59 +03:00
parent cfc1f24c18
commit 08bf054557

View file

@ -19,7 +19,7 @@ in
subdomain = lib.mkOption { subdomain = lib.mkOption {
default = "git"; default = "git";
type = lib.types.strMatching "[A-Za-z0-9][A-Za-z0-9\-]{0,61}[A-Za-z0-9]"; type = lib.types.strMatching "[A-Za-z0-9][A-Za-z0-9\-]{0,61}[A-Za-z0-9]";
}; // { } // {
meta = { meta = {
widget = "subdomain"; widget = "subdomain";
description = "Subdomain"; description = "Subdomain";