diff --git a/services/actions-runner/default.nix b/services/actions-runner/default.nix index df55a6f..e9eec35 100644 --- a/services/actions-runner/default.nix +++ b/services/actions-runner/default.nix @@ -5,6 +5,11 @@ format = "binary"; }; + virtualisation.podman = { + enable = true; + dockerCompat = true; + }; + services.gitea-actions-runner.instances = { actions1 = { enable = true; @@ -45,4 +50,5 @@ url = "https://git.t-juice.club"; }; }; + }