mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 20:21:34 -05:00
Update sys-net.sh
This commit is contained in:
parent
0da26915f0
commit
89a26149e7
@ -4,26 +4,7 @@ sudo dnf install -y qubes-core-agent-networking qubes-core-agent-network-manager
|
|||||||
|
|
||||||
sudo systemctl disable --now systemd-timesyncd
|
sudo systemctl disable --now systemd-timesyncd
|
||||||
|
|
||||||
#Configuration copied from https://github.com/GrapheneOS/infrastructure/blob/main/chrony.conf
|
sudo curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/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 systemctl enable --now chronyd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user