mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add wireguard key and psk generator app
This commit is contained in:
parent
b250a6b1b3
commit
6cffccd75c
4 changed files with 82 additions and 9 deletions
|
@ -28,7 +28,9 @@
|
|||
listenPort = 51822;
|
||||
openFirewall = true;
|
||||
externalPeers = {
|
||||
test = ["10.0.0.91/32"];
|
||||
test1 = ["10.0.0.91/32"];
|
||||
test2 = ["10.0.0.92/32"];
|
||||
test3 = ["10.0.0.93/32"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue