feat: use docker by default instead of podman

This commit is contained in:
Guz
2025-04-01 10:08:40 -03:00
parent 99cfc3f787
commit 48a7a4c267

View File

@@ -153,6 +153,7 @@ in {
};
virtualisation.docker.enable = mkIf cfg.actions.enable (mkDefault true);
virtualisation.oci-containers.backend = mkIf cfg.actions.enable (mkDefault "docker");
services.gitea-actions-runner = mkIf cfg.actions.enable {
package =
if config.services.gitea.enable