diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 8e9e9fb..fa959f8 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -124,15 +124,15 @@ in containers.git-runner = { autoStart = true; - ephemeral = true; # because of ssh key + ephemeral = false; # because of ssh key macvlans = [ "vserver" ]; bindMounts = { "/run/secrets/gitea-runner-token" = { hostPath = config.sops.secrets.gitea-runner-token.path; isReadOnly = true; }; - "/var/lib/gitea-runner" = { - hostPath = "/var/lib/gitea-runner/"; + "/run/podman/podman.sock" = { + hostPath = "/run/podman/podman.sock"; isReadOnly = false; }; };