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 {
|
external = mkOption {
|
||||||
type = attrsOf (listOf str);
|
type = attrsOf (listOf str);
|
||||||
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
External services used by the DGNum organization.
|
External services used by the DGNum organization.
|
||||||
'';
|
'';
|
||||||
|
@ -149,6 +150,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
default = { };
|
||||||
description = ''
|
description = ''
|
||||||
Administrator access of the different DGNum services,
|
Administrator access of the different DGNum services,
|
||||||
it is mainly indicative as most services cannot configure this statically.
|
it is mainly indicative as most services cannot configure this statically.
|
||||||
|
@ -336,6 +338,7 @@ in
|
||||||
|
|
||||||
netbirdIp = mkOption {
|
netbirdIp = mkOption {
|
||||||
type = nullOr str;
|
type = nullOr str;
|
||||||
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
IP address of the node in the netbird network.
|
IP address of the node in the netbird network.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue