Peers was redundant
This commit is contained in:
parent
4abde6f83f
commit
bc94c1acb1
|
@ -42,12 +42,6 @@ in {
|
||||||
default = 51820;
|
default = 51820;
|
||||||
};
|
};
|
||||||
|
|
||||||
peers = mkOption {
|
|
||||||
type = listOf str;
|
|
||||||
description = "A list of peers for which to generate config files.";
|
|
||||||
default = [];
|
|
||||||
};
|
|
||||||
|
|
||||||
peers = mkOption {
|
peers = mkOption {
|
||||||
type = loaOf (submodule peerOpts);
|
type = loaOf (submodule peerOpts);
|
||||||
description = "A list of peers allowed to connect.";
|
description = "A list of peers allowed to connect.";
|
||||||
|
|
Loading…
Reference in New Issue