Use udp2raw to traverse UPD-blocking networks
This commit is contained in:
parent
9d610059e5
commit
3056e9f281
4 changed files with 117 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue