remove workaround

This commit is contained in:
2024-12-25 12:31:13 +08:00
parent f30adfe9bf
commit 09b7b587eb

View File

@@ -34,8 +34,6 @@ inputs:
# prevent create btrfs subvol
storageDriver = "overlay2";
daemon.settings.dns = [ "1.1.1.1" ];
# workaround bug: https://github.com/docker/buildx/issues/1832
package = inputs.pkgs.docker_26;
};
}
];