Fixed vpn prefix
This commit is contained in:
parent
04ee4a1507
commit
8c404eb2db
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ in
|
|||
|
||||
networking.wireguard.interfaces = mkIf (cfg.vpnExtension != null) {
|
||||
bs = {
|
||||
ips = [ "fd42:9c3b:f96d::${cfg.vpnExtension}/64" ];
|
||||
ips = [ "fd42:9c3b:f96d:200::${cfg.vpnExtension}/64" ];
|
||||
listenPort = 51234;
|
||||
|
||||
privateKeyFile = "/var/lib/wireguard/privkey";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue