feat: enable docker multiplatform builds
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user