separate out ips form peer configuration

This commit is contained in:
Adithya 2023-10-10 19:18:36 +05:30
parent 8a994f640c
commit 4f8d8047d1
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 4 additions and 4 deletions

View file

@ -14,8 +14,8 @@ in {
generatePrivateKeyFile = true;
listenPort = 51820;
peers = with peers; [
Proxy
Skipper
Proxy.peer
Skipper.peer
];
};
};

View file

@ -14,8 +14,8 @@ in {
generatePrivateKeyFile = true;
listenPort = 51820;
peers = with peers; [
Proxy
Rico2
Proxy.peer
Rico2.peer
];
};
};