From f57e49b8adb95b622a7837d1cdef6eb2e10e3cf8 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 30 Mar 2025 11:49:11 +0200 Subject: [PATCH] [system] Enable DNS over TLS. --- system.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/system.scm b/system.scm index d0814d7..d17f8d2 100644 --- a/system.scm +++ b/system.scm @@ -102,5 +102,9 @@ (network-manager-service-type config => (network-manager-configuration (inherit config) - (dns "none"))))))) - + (dns "none") + (extra-configuration-files + `(("90-dns-over-tcp.conf" ,(plain-file "90-dns-over-tcp.conf" + "\ +[connection] +connection.dns-over-tls=2\n")))))))))) -- 2.39.5