async podman from rebuild
This commit is contained in:
@@ -63,6 +63,12 @@ in {
|
|||||||
startAt = "weekly";
|
startAt = "weekly";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
// builtins.listToAttrs (
|
||||||
|
map (name: {
|
||||||
|
name = "podman-${name}";
|
||||||
|
value.serviceConfig.Type = lib.mkForce "exec";
|
||||||
|
}) (builtins.attrNames config.virtualisation.oci-containers.containers)
|
||||||
|
)
|
||||||
// mkNamedUnits (e: {
|
// mkNamedUnits (e: {
|
||||||
name = "${e.name}-vm";
|
name = "${e.name}-vm";
|
||||||
value = {
|
value = {
|
||||||
|
|||||||
Reference in New Issue
Block a user