remove all peers except Proxy
This commit is contained in:
parent
7465e381c9
commit
363f91923c
2 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@ in {
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
peers = with peers; [
|
peers = with peers; [
|
||||||
Proxy.peer
|
Proxy.peer
|
||||||
Skipper.peer
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,7 +15,6 @@ in {
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
peers = with peers; [
|
peers = with peers; [
|
||||||
Proxy.peer
|
Proxy.peer
|
||||||
Rico2.peer
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue