mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
test metadata in option
This commit is contained in:
parent
7247574c91
commit
cfc1f24c18
|
@ -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…
Reference in a new issue