From 02a77c5cb24b4a1ae6d730107b14ba6d90620d6a Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 16 Apr 2023 11:16:47 +0200 Subject: [PATCH] =?UTF-8?q?resolved:=20Don=E2=80=99t=20cache=20negative=20?= =?UTF-8?q?results?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/default.nix b/modules/default.nix index 49f467c..72d9077 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -136,6 +136,7 @@ # resolved does not automatically append the search domain (for whatever reason) extraConfig = '' ResolveUnicastSingleLabel=yes + Cache=no-negative ''; }; }