fix: this does need a default
This commit is contained in:
parent
62ead11aad
commit
15271c1d09
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ in {
|
||||||
|
|
||||||
other_nodes = mkOption {
|
other_nodes = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
To add other nodes outside of nix, specify ip and port that server should listen to here
|
To add other nodes outside of nix, specify ip and port that server should listen to here
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue