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 {
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue