remove all peers except Proxy

This commit is contained in:
Adithya 2023-10-10 19:27:29 +05:30
parent 7465e381c9
commit 363f91923c
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 0 additions and 2 deletions

View file

@ -15,7 +15,6 @@ in {
listenPort = 51820;
peers = with peers; [
Proxy.peer
Skipper.peer
];
};
};

View file

@ -15,7 +15,6 @@ in {
listenPort = 51820;
peers = with peers; [
Proxy.peer
Rico2.peer
];
};
};