mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Remove wireguard routing
This commit is contained in:
parent
63cfe65e1a
commit
28c4228418
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ in with lib; {
|
|||
publicKey = "2RF8GmTZwQdzVm2l2piYy6U0qiMU3wSxC7Lt8urAjwA=";
|
||||
presharedKeyFile =
|
||||
"/home/muon/wireguard-keys/psk-${config.networking.hostName}";
|
||||
allowedIPs = [ "0.0.0.0/0" "::/0" ];
|
||||
allowedIPs = [ "10.0.0.${toString wg.id}/24" ];
|
||||
# ip route add 93.95.230.11 via 192.168.0.1
|
||||
endpoint = "93.95.230.11:51820";
|
||||
persistentKeepalive = 25;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue