This commit is contained in:
parent
73d14e8948
commit
958eb865ea
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = {
|
interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
ips = ["10.100.0.2/24" "fd00::2/7"];
|
ips = ["10.100.0.2/24" "fc00::2/7"];
|
||||||
|
|
||||||
listenPort = listenPort;
|
listenPort = listenPort;
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ in
|
||||||
name = "pixos";
|
name = "pixos";
|
||||||
publicKey = "kaPe5pz2NTW9yMSy92wCV6WQF/sDYK6hHf8e9yN1ZlY=";
|
publicKey = "kaPe5pz2NTW9yMSy92wCV6WQF/sDYK6hHf8e9yN1ZlY=";
|
||||||
allowedIPs = [
|
allowedIPs = [
|
||||||
"fd00::1/128"
|
"fc00::1/128"
|
||||||
"10.100.0.1/32"
|
"10.100.0.1/32"
|
||||||
];
|
];
|
||||||
endpoint = "pixos.bytestall.info:${toString listenPort}";
|
endpoint = "pixos.bytestall.info:${toString listenPort}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue