From c8a715bb6762acc952ff424e496e4133269a42be Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 6 Dec 2023 18:29:18 +0100 Subject: [PATCH] try to fix gitea runner --- hosts/fw.cloonar.com/modules/gitea.nix | 2 +- hosts/fw.cloonar.com/modules/podman.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index eb25b12..e67adae 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -148,7 +148,7 @@ in }; }; - services.podman.enable = true; + virtualisation.podman.enable = true; services.gitea-actions-runner.instances.main = { enable = true; diff --git a/hosts/fw.cloonar.com/modules/podman.nix b/hosts/fw.cloonar.com/modules/podman.nix index a8de06d..3936d74 100644 --- a/hosts/fw.cloonar.com/modules/podman.nix +++ b/hosts/fw.cloonar.com/modules/podman.nix @@ -6,6 +6,7 @@ in { podman = { enable = true; dockerCompat = true; + networkSocket.enable = true; }; };