async podman from rebuild

This commit is contained in:
soraefir
2026-06-21 17:58:53 +02:00
parent c357d13b21
commit be9cb5ccc0
+6
View File
@@ -63,6 +63,12 @@ in {
startAt = "weekly";
};
}
// builtins.listToAttrs (
map (name: {
name = "podman-${name}";
value.serviceConfig.Type = lib.mkForce "exec";
}) (builtins.attrNames config.virtualisation.oci-containers.containers)
)
// mkNamedUnits (e: {
name = "${e.name}-vm";
value = {