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; [