[docker] use gcr mirror
This commit is contained in:
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user