mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-24 22:25:15 -04:00
Consistent comments
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
ac9acc7ff7
commit
c8b324c93b
6 changed files with 23 additions and 23 deletions
|
@ -21,11 +21,11 @@ rm -rf /etc/chrony.conf
|
|||
curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony.conf
|
||||
systemctl enable --now chronyd
|
||||
|
||||
#Switch DNSSEC to default / allow-downgrade, as there is no guaranteee that the DNS server obtained via DHCP supports DNSSEC.
|
||||
# Switch DNSSEC to default / allow-downgrade, as there is no guaranteee that the DNS server obtained via DHCP supports DNSSEC.
|
||||
sed -i 's/DNSSEC=yes/#DNSSEC=false/g' /etc/systemd/resolved.conf
|
||||
systemctl restart systemd-resolved
|
||||
|
||||
#Theming
|
||||
# Theming
|
||||
|
||||
sudo mkdir -p /etc/gtk-3.0
|
||||
echo '[Settings]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue