From 02aa59a0017c88c09258db543fa8a24672cf61d3 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 18:27:36 +0100 Subject: [PATCH] add podman --- hosts/fw.cloonar.com/modules/gitea.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index aba664a..eb25b12 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -148,13 +148,15 @@ in }; }; + services.podman.enable = true; + services.gitea-actions-runner.instances.main = { enable = true; url = "https://git.cloonar.com"; name = "main"; tokenFile = "/run/secrets/gitea-runner-token"; labels = [ - # "ubuntu-latest:docker://node:18-bullseye" + "ubuntu-latest:docker://node:18-bullseye" "native:host" ]; hostPackages = with pkgs; [