Compare commits
2 commits
a74b0de340
...
197c4c5fc1
Author | SHA1 | Date | |
---|---|---|---|
197c4c5fc1 | |||
fce2789366 |
3 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -9,6 +9,7 @@
|
|||
vfkit
|
||||
dive
|
||||
skopeo
|
||||
manifest-tool
|
||||
];
|
||||
|
||||
xdg.configFile."containers/containers.conf.d/nix.conf".text = ''
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
${iproute}/bin/ip link set wg0 netns wg
|
||||
${iproute}/bin/ip -n wg address add ${secret.wireguard.ipv4} dev wg0
|
||||
${iproute}/bin/ip -n wg -6 address add ${secret.wireguard.ipv6} dev wg0
|
||||
${iproute}/bin/ip -n wg link set wg0 mtu 1320
|
||||
${iproute}/bin/ip -n wg link set wg0 up
|
||||
${iproute}/bin/ip -n wg route add default dev wg0
|
||||
${iproute}/bin/ip -n wg -6 route add default dev wg0
|
||||
|
|
Loading…
Reference in a new issue