try to fix gitea runner

This commit is contained in:
2023-12-06 18:29:18 +01:00
parent 02aa59a001
commit c8a715bb67
2 changed files with 2 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ in
};
};
services.podman.enable = true;
virtualisation.podman.enable = true;
services.gitea-actions-runner.instances.main = {
enable = true;

View File

@@ -6,6 +6,7 @@ in {
podman = {
enable = true;
dockerCompat = true;
networkSocket.enable = true;
};
};