Compare commits

...

1 Commits

Author SHA1 Message Date
soraefir be9cb5ccc0 async podman from rebuild 2026-06-21 17:58:53 +02:00
+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 = {