mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-22 09:51:32 -05:00
Remove unnecessary config
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
e4754d629f
commit
d9cf80c994
@ -135,14 +135,7 @@ unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/dive
|
|||||||
#echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload
|
#echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload
|
||||||
|
|
||||||
# Setup networking
|
# Setup networking
|
||||||
unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/NetworkManager/conf.d/00-macrandomize.conf | sudo tee /etc/NetworkManager/conf.d/00-macrandomize.conf
|
# We don't need the usual mac address randomization and stuff here, because this template is not used for sys-net
|
||||||
unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/NetworkManager/conf.d/01-transient-hostname.conf | sudo tee /etc/NetworkManager/conf.d/01-transient-hostname.conf
|
|
||||||
|
|
||||||
# Can't do nmcli reload here because NetworkManager is not running in a TemplateVM
|
|
||||||
# sudo nmcli general reload conf
|
|
||||||
|
|
||||||
sudo hostnamectl hostname 'localhost'
|
|
||||||
sudo hostnamectl --transient hostname ''
|
|
||||||
|
|
||||||
sudo mkdir -p /etc/systemd/system/NetworkManager.service.d
|
sudo mkdir -p /etc/systemd/system/NetworkManager.service.d
|
||||||
unpriv curl --proxy http://127.0.0.1:8082 https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/NetworkManager.service.d/99-brace.conf | sudo tee /etc/systemd/system/NetworkManager.service.d/99-brace.conf
|
unpriv curl --proxy http://127.0.0.1:8082 https://gitlab.com/divested/brace/-/raw/master/brace/usr/lib/systemd/system/NetworkManager.service.d/99-brace.conf | sudo tee /etc/systemd/system/NetworkManager.service.d/99-brace.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user