swann: switch to IPv4 for wireguard as well

I'm having trouble getting a properly delegated prefix for tethering on the
Quectel modem inside kerrigan. One day I'll figure it out I guess.
This commit is contained in:
Luke Granger-Brown 2023-08-19 22:37:13 +00:00
parent 6addc90a6e
commit f1f295f027

View file

@ -15,10 +15,6 @@ in {
];
config = mkMerge [ {
# TODO: erbium is broken; don't deploy!!!
my.deploy.enable = false;
boot.initrd.availableKernelModules = [
"sd_mod"
"ahci"
@ -334,7 +330,7 @@ in {
"40-wg-tuvok-ee" = tuvokWireguard {
name = "wg-tuvok-ee";
listenPort = 51821;
endpoint = "[2a09:a441::f00f]:51821";
endpoint = "92.118.28.252:51821";
fwmark = "0xdead";
};
"40-wg-tuvok-gnet" = tuvokWireguard {