fix wireguard
This commit is contained in:
parent
ca94b6299b
commit
42ffe4c0b4
|
@ -11,7 +11,7 @@
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
networking.wg-quick.interfaces = {
|
networking.wg-quick.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
address = [ "10.0.0.13/24" ];
|
address = [ "10.0.0.12/24" ];
|
||||||
privateKeyFile = "/home/user/.secrets/Wireguard/Riva.key";
|
privateKeyFile = "/home/user/.secrets/Wireguard/Riva.key";
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
peers = [{
|
peers = [{
|
||||||
|
|
Loading…
Reference in New Issue