From 08bf054557f4b00b88405d31c766fae27d563acd Mon Sep 17 00:00:00 2001 From: Inex Code Date: Fri, 9 Aug 2024 14:45:59 +0300 Subject: [PATCH] fix --- sp-modules/gitea/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-modules/gitea/module.nix b/sp-modules/gitea/module.nix index fe3a1e4..fe88b3c 100644 --- a/sp-modules/gitea/module.nix +++ b/sp-modules/gitea/module.nix @@ -19,7 +19,7 @@ in subdomain = lib.mkOption { default = "git"; type = lib.types.strMatching "[A-Za-z0-9][A-Za-z0-9\-]{0,61}[A-Za-z0-9]"; - }; // { + } // { meta = { widget = "subdomain"; description = "Subdomain";