Peers was redundant

This commit is contained in:
root 2020-07-24 23:06:10 -07:00
parent 4abde6f83f
commit bc94c1acb1
1 changed files with 0 additions and 6 deletions

View File

@ -42,12 +42,6 @@ in {
default = 51820;
};
peers = mkOption {
type = listOf str;
description = "A list of peers for which to generate config files.";
default = [];
};
peers = mkOption {
type = loaOf (submodule peerOpts);
description = "A list of peers allowed to connect.";