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:
parent
6addc90a6e
commit
f1f295f027
1 changed files with 1 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue