fix docker storage driver

This commit is contained in:
2025-09-11 11:45:34 +00:00
parent e5a81b0d53
commit 4142f6b40a

View File

@@ -138,6 +138,7 @@ in
enable = true;
# https://github.com/docker/buildx/issues/1459
#daemon.settings.dns = [ "100.100.100.100" ];
daemon.settings.storage-driver = "btrfs";
};
environment.systemPackages =