Compare commits
No commits in common. "197c4c5fc1c8f7068b576eaecc3cdd62cc0047df" and "a74b0de340a7697bb312330a73752395c2c228f9" have entirely different histories.
197c4c5fc1
...
a74b0de340
3 changed files with 0 additions and 2 deletions
Binary file not shown.
|
@ -9,7 +9,6 @@
|
|||
vfkit
|
||||
dive
|
||||
skopeo
|
||||
manifest-tool
|
||||
];
|
||||
|
||||
xdg.configFile."containers/containers.conf.d/nix.conf".text = ''
|
||||
|
|
|
@ -69,7 +69,6 @@
|
|||
${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