From a19a73d7439afd82e53f41a71eda282d2dc52ba6 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 17:54:02 +0100 Subject: [PATCH] enable podman at runner --- hosts/fw.cloonar.com/modules/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 1bce714..db3fa34 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -151,6 +151,7 @@ in environment.systemPackages = with pkgs; [ nodejs_21 ]; + virtualisation.podman.enable = true; services.gitea-actions-runner.instances.main = { enable = true;