diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-03 08:24:04 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-08-03 08:24:04 -0400 |
commit | 8e386dac954408cc64d1d0715d73dec7905f5771 (patch) | |
tree | 63ac606a59c0814fcc8fcdaaee9070fb9899109d /vars | |
parent | 44df82b148cbb028ec2b48a429424dcfc49f88e8 (diff) | |
download | infrastructure-8e386dac954408cc64d1d0715d73dec7905f5771.tar.gz |
add usb tethering to laptop hostclass
Diffstat (limited to 'vars')
-rw-r--r-- | vars/hostclass/roadwarrior_laptop | 1 | ||||
-rw-r--r-- | vars/hostname/rlaptop1 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vars/hostclass/roadwarrior_laptop b/vars/hostclass/roadwarrior_laptop index 99f8b9c..1889a77 100644 --- a/vars/hostclass/roadwarrior_laptop +++ b/vars/hostclass/roadwarrior_laptop @@ -1,2 +1,3 @@ #!/bin/sh resolvers=$bootstrap_resolvers +pf_skip_interfaces=wg diff --git a/vars/hostname/rlaptop1 b/vars/hostname/rlaptop1 index 3e1b34c..7c8df01 100644 --- a/vars/hostname/rlaptop1 +++ b/vars/hostname/rlaptop1 @@ -1,5 +1,6 @@ #!/bin/sh +pf_egress_interfaces='wlan0 em0 ue0' desktop_type=i3 wireless_type=iwm8265 console_font=spleen-12x24 |