Aeroplane Mode in Void

Put your device in 'aeroplane' mode (e.g. where no trace of signal leaves it) by turning off Wi-Fi and blue-tooth.

1su root
2sv stop wpa_supplicant bluetoothd

Find your device's name with ip -color addr. If unsure, try this:

1name=$(ip a | grep -Eo 'wlp\w{3}')
2echo $name

Then set that device down:

1ip link set $name down