mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-08 00:51:23 +00:00
test metadata in option
This commit is contained in:
parent
7247574c91
commit
cfc1f24c18
|
@ -19,6 +19,11 @@ 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 = {
|
||||||
|
widget = "subdomain";
|
||||||
|
description = "Subdomain";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
appName = lib.mkOption {
|
appName = lib.mkOption {
|
||||||
default = "SelfPrivacy git Service";
|
default = "SelfPrivacy git Service";
|
||||||
|
|
Loading…
Reference in a new issue