From 822738cea5f4c8a2de8524f861224d6d0b45506f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 20 Oct 2025 09:19:09 +0000 Subject: [PATCH] [docker] use gcr mirror --- modules/profiles/desktop/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix index 60aaa07..e5010ed 100644 --- a/modules/profiles/desktop/default.nix +++ b/modules/profiles/desktop/default.nix @@ -138,7 +138,10 @@ in enable = true; # https://github.com/docker/buildx/issues/1459 #daemon.settings.dns = [ "100.100.100.100" ]; - daemon.settings.storage-driver = "btrfs"; + daemon.settings = { + storage-driver = "btrfs"; + registry-mirrors = [ "https://mirror.gcr.io" ]; + }; }; fonts.packages = with pkgs; [