diff options
Diffstat (limited to 'files/etc/systemd')
-rw-r--r-- | files/etc/systemd/resolved.conf.d/local.conf | 3 | ||||
-rw-r--r-- | files/etc/systemd/timesyncd.conf.d/local.conf | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/files/etc/systemd/resolved.conf.d/local.conf b/files/etc/systemd/resolved.conf.d/local.conf new file mode 100644 index 0000000..812e6b5 --- /dev/null +++ b/files/etc/systemd/resolved.conf.d/local.conf @@ -0,0 +1,3 @@ +[Resolve] +# Quad9 +DNS=9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net diff --git a/files/etc/systemd/timesyncd.conf.d/local.conf b/files/etc/systemd/timesyncd.conf.d/local.conf new file mode 100644 index 0000000..632cd3f --- /dev/null +++ b/files/etc/systemd/timesyncd.conf.d/local.conf @@ -0,0 +1,2 @@ +[Time] +NTP=ntp.hetzner.com |