fix: this does need a default

This commit is contained in:
silver 2024-05-23 04:08:50 +01:00
parent 62ead11aad
commit 15271c1d09
Signed by: silver
GPG key ID: 54E2C71918E93B74

View file

@ -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
''; '';