1
0
Fork 0

Improve a routing command

This commit is contained in:
Malte Brandy 2018-07-27 18:17:17 +02:00
parent 7bc1ba6ec1
commit 59a1f556dc
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -31,7 +31,7 @@ networking = {
persistentKeepalive = 25; persistentKeepalive = 25;
} }
]; ];
postSetup = [ "${pkgs.iproute}/bin/ip route add ${prefix}::/64 via ${hosts.hera-wg} dev m0wire" ]; postSetup = [ "${pkgs.iproute}/bin/ip route add ${prefix}::/64 dev m0wire" ];
}; };
}; };
}; };