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;