From 09bd63169deee968fe313ddc373940c274d04202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 21 Aug 2025 21:36:49 +0200 Subject: [PATCH] nix-cache01: add podman to host --- services/actions-runner/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; }; }; + }