multiple fixes

This commit is contained in:
Lyes Saadi 2025-12-18 15:26:26 +01:00
parent 581b972e18
commit 54ad3b0773
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 6 additions and 1 deletions

View file

@ -50,7 +50,7 @@ in
# Add support for actions, based on act: https://github.com/nektos/act # Add support for actions, based on act: https://github.com/nektos/act
actions = { actions = {
ENABLED = true; ENABLED = true;
DEFAULT_ACTIONS_URL = "github"; DEFAULT_ACTIONS_URL = "https://code.forgejo.org";
}; };
# Sending emails is completely optional # Sending emails is completely optional

View file

@ -8,6 +8,11 @@
}; };
}; };
networking.firewall.trustedInterfaces = [
"podman*"
];
services.gitea-actions-runner = { services.gitea-actions-runner = {
package = pkgs.forgejo-runner; package = pkgs.forgejo-runner;
instances.default = { instances.default = {