Use udp2raw to traverse UPD-blocking networks

This commit is contained in:
Charlotte Van Petegem 2022-11-24 15:51:53 +01:00
parent 9d610059e5
commit 3056e9f281
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 117 additions and 56 deletions

View file

@ -12,12 +12,15 @@
stateVersion = "20.09";
base = {
bluetooth.enable = true;
network.mobile = {
enable = true;
wireless-interface = "wlp0s20f3";
wired-interfaces = {
"enp0s13f0u2u2" = { };
network = {
mobile = {
enable = true;
wireless-interface = "wlp0s20f3";
wired-interfaces = {
"enp0s13f0u2u2" = { };
};
};
wireguard.onCorporate = true;
};
zfs = {
encrypted = true;