From cfc1f24c18556a277df1a1d976768cca403c7aec Mon Sep 17 00:00:00 2001 From: Inex Code Date: Fri, 9 Aug 2024 14:44:20 +0300 Subject: [PATCH] test metadata in option --- sp-modules/gitea/module.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sp-modules/gitea/module.nix b/sp-modules/gitea/module.nix index d854127..fe3a1e4 100644 --- a/sp-modules/gitea/module.nix +++ b/sp-modules/gitea/module.nix @@ -19,6 +19,11 @@ 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"; + }; }; appName = lib.mkOption { default = "SelfPrivacy git Service";