separate out ips form peer configuration
This commit is contained in:
parent
8a994f640c
commit
4f8d8047d1
2 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,8 @@ in {
|
|||
generatePrivateKeyFile = true;
|
||||
listenPort = 51820;
|
||||
peers = with peers; [
|
||||
Proxy
|
||||
Skipper
|
||||
Proxy.peer
|
||||
Skipper.peer
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -14,8 +14,8 @@ in {
|
|||
generatePrivateKeyFile = true;
|
||||
listenPort = 51820;
|
||||
peers = with peers; [
|
||||
Proxy
|
||||
Rico2
|
||||
Proxy.peer
|
||||
Rico2.peer
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue