feat(etna): add forgejo actions runner

This commit is contained in:
uku 2024-08-29 11:46:38 +02:00
parent 9ab95ffdf6
commit b05e570f3b
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 53 additions and 8 deletions

View file

@ -76,4 +76,9 @@ in {
"cloudflared-tunnel-${tunnelId}".serviceConfig.RestartSec = "10s";
frp.serviceConfig.EnvironmentFile = secrets.get "frpToken";
};
virtualisation = {
docker.enable = true;
oci-containers.backend = "docker";
};
}