From 2cf9c7a1a94d0b942c2c5489869daaefc3541812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 3 Jul 2025 06:15:15 +0000 Subject: [PATCH] add some comment on docker dns --- modules/profiles/desktop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 694b28b..90cff14 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -136,6 +136,7 @@ in virtualisation.docker = { enable = true; + # https://github.com/docker/buildx/issues/1459 #daemon.settings.dns = [ "100.100.100.100" ]; };