mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-18 11:24:23 +00:00
test metadata in option
This commit is contained in:
parent
7247574c91
commit
cfc1f24c18
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue