forked from DGNum/lab-infra
fix: empty defaults for meta
This commit is contained in:
parent
dd6f2f913e
commit
a389f94078
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,7 @@ in
|
|||
|
||||
external = mkOption {
|
||||
type = attrsOf (listOf str);
|
||||
default = { };
|
||||
description = ''
|
||||
External services used by the DGNum organization.
|
||||
'';
|
||||
|
@ -149,6 +150,7 @@ in
|
|||
};
|
||||
};
|
||||
});
|
||||
default = { };
|
||||
description = ''
|
||||
Administrator access of the different DGNum services,
|
||||
it is mainly indicative as most services cannot configure this statically.
|
||||
|
@ -336,6 +338,7 @@ in
|
|||
|
||||
netbirdIp = mkOption {
|
||||
type = nullOr str;
|
||||
default = null;
|
||||
description = ''
|
||||
IP address of the node in the netbird network.
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue