mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-22 09:51:32 -05:00
Update sys-net.sh
This commit is contained in:
parent
98b8dc14ac
commit
0da26915f0
@ -1,6 +1,31 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo dnf install -y qubes-core-agent-networking qubes-core-agent-network-manager NetworkManager-wifi network-manager-applet notification-daemon gnome-keyring @hardware-support arc-theme
|
sudo dnf install -y qubes-core-agent-networking qubes-core-agent-network-manager NetworkManager-wifi network-manager-applet notification-daemon gnome-keyring @hardware-support chrony arc-theme
|
||||||
|
|
||||||
|
sudo systemctl disable --now systemd-timesyncd
|
||||||
|
|
||||||
|
#Configuration copied from https://github.com/GrapheneOS/infrastructure/blob/main/chrony.conf
|
||||||
|
|
||||||
|
echo 'server time.cloudflare.com iburst nts
|
||||||
|
server nts1.time.nl iburst nts
|
||||||
|
server sth1.nts.netnod.se iburst nts
|
||||||
|
server ptbtime1.ptb.de iburst nts
|
||||||
|
|
||||||
|
minsources 2
|
||||||
|
authselectmode require
|
||||||
|
|
||||||
|
driftfile /var/lib/chrony/drift
|
||||||
|
ntsdumpdir /var/lib/chrony
|
||||||
|
|
||||||
|
leapsectz right/UTC
|
||||||
|
makestep 1.0 3
|
||||||
|
|
||||||
|
rtconutc
|
||||||
|
rtcsync
|
||||||
|
|
||||||
|
cmdport 0' | sudo tee /etc/chrony.conf
|
||||||
|
|
||||||
|
sudo systemctl enable --now chronyd
|
||||||
|
|
||||||
sudo mkdir -p /etc/gtk-3.0
|
sudo mkdir -p /etc/gtk-3.0
|
||||||
echo '[Settings]
|
echo '[Settings]
|
||||||
|
Loading…
Reference in New Issue
Block a user