1
0
Fork 0

Fix wireguard subnet

This commit is contained in:
Malte Brandy 2018-07-31 16:31:29 +02:00
parent bb3da2a7df
commit 4484fe779d

View file

@ -35,7 +35,7 @@ networking = {
firewall.allowedUDPPorts = [ wireguard.port ];
wireguard.interfaces = {
m0wire = {
ips = [ "${hosts.hera-wg}/96" ];
ips = [ "${hosts.hera-wg}/112" ];
privateKeyFile = "/etc/nixos/hosts/hera/secret/wireguard-private";
listenPort = wireguard.port;
peers = [