mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-04 18:11:34 -05:00
Update sys-net.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
4947dff81f
commit
047b376f9f
@ -18,3 +18,12 @@ echo '[Settings]
|
||||
gtk-theme-name=Arc-Dark
|
||||
gtk-application-prefer-dark-theme=1
|
||||
' | sudo tee /etc/gtk-4.0/settings.ini
|
||||
|
||||
echo '[device]
|
||||
wifi.scan-rand-mac-address=yes
|
||||
|
||||
[connection]
|
||||
wifi.cloned-mac-address=random
|
||||
ethernet.cloned-mac-address=random
|
||||
connection.stable-id=${CONNECTION}/${BOOT}
|
||||
' | sudo tee /etc/NetworkManager/conf.d/00-macrandomize.conf
|
||||
|
Loading…
Reference in New Issue
Block a user