update wireguard peer ips
This commit is contained in:
parent
d83accd167
commit
c5821ed8e3
6 changed files with 9 additions and 9 deletions
|
@ -12,7 +12,7 @@ in
|
|||
interfaces = {
|
||||
wg0 = {
|
||||
ips = [
|
||||
"10.8.1.3/24"
|
||||
"10.8.10.10/24"
|
||||
"fdd9:69ae:9703::3/64"
|
||||
];
|
||||
listenPort = 51821;
|
||||
|
|
|
@ -12,7 +12,7 @@ in
|
|||
interfaces = {
|
||||
wg0 = {
|
||||
ips = [
|
||||
"10.8.1.4/24"
|
||||
"10.8.10.11/24"
|
||||
"fdd9:69ae:9703::4/64"
|
||||
];
|
||||
listenPort = 51821;
|
||||
|
|
|
@ -12,7 +12,7 @@ in
|
|||
interfaces = {
|
||||
wg0 = {
|
||||
ips = [
|
||||
"10.8.1.5/24"
|
||||
"10.8.10.12/24"
|
||||
"fdd9:69ae:9703::5/64"
|
||||
];
|
||||
listenPort = 51821;
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
hostName = "Skipper";
|
||||
|
||||
extraHosts = ''
|
||||
10.8.1.1 proxy
|
||||
10.8.1.2 skipper
|
||||
10.8.1.3 rico0
|
||||
10.8.1.4 rico1
|
||||
10.8.1.5 rico2
|
||||
10.8.10.1 proxy
|
||||
10.8.10.2 skipper
|
||||
10.8.10.10 rico0
|
||||
10.8.10.11 rico1
|
||||
10.8.10.12 rico2
|
||||
'';
|
||||
|
||||
networkmanager = {
|
||||
|
|
|
@ -12,7 +12,7 @@ in
|
|||
interfaces = {
|
||||
wg0 = {
|
||||
ips = [
|
||||
"10.8.1.2/24"
|
||||
"10.8.10.2/24"
|
||||
"fdd9:69ae:9703::2/64"
|
||||
];
|
||||
listenPort = 51821;
|
||||
|
|
BIN
secrets.nix
BIN
secrets.nix
Binary file not shown.
Loading…
Reference in a new issue