feat: enable docker multiplatform builds

This commit is contained in:
2025-11-02 08:28:59 +05:00
parent 5524baa28d
commit 03b72ee856

View File

@@ -1,13 +1,13 @@
{pkgs, ...}: { {pkgs, ...}: {
virtualisation = { virtualisation = {
podman = { docker = {
enable = true; enable = true;
dockerSocket.enable = true; daemon = {
dockerCompat = true; settings = {
features = {
autoPrune = { containerd-snapshotter = true;
enable = true; };
dates = "weekly"; };
}; };
}; };
@@ -17,11 +17,6 @@
enable = true; enable = true;
qemu = { qemu = {
swtpm.enable = true; swtpm.enable = true;
ovmf = {
enable = true;
packages = with pkgs; [OVMFFull.fd];
};
}; };
}; };
@@ -34,7 +29,7 @@
spice spice
spice-gtk spice-gtk
spice-protocol spice-protocol
win-virtio virtio-win
win-spice win-spice
]; ];
} }