[docker] use gcr mirror

This commit is contained in:
2025-10-20 09:19:09 +00:00
parent b8f8985a1d
commit 822738cea5

View File

@@ -138,7 +138,10 @@ in
enable = true; enable = true;
# https://github.com/docker/buildx/issues/1459 # https://github.com/docker/buildx/issues/1459
#daemon.settings.dns = [ "100.100.100.100" ]; #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; [ fonts.packages = with pkgs; [