mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-25 20:41:27 +00:00
fix
This commit is contained in:
parent
cfc1f24c18
commit
08bf054557
|
@ -19,7 +19,7 @@ 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 = {
|
meta = {
|
||||||
widget = "subdomain";
|
widget = "subdomain";
|
||||||
description = "Subdomain";
|
description = "Subdomain";
|
||||||
|
|
Loading…
Reference in a new issue