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
actions = {
ENABLED = true;
DEFAULT_ACTIONS_URL = "github";
DEFAULT_ACTIONS_URL = "https://code.forgejo.org";
};
# Sending emails is completely optional

View file

@ -7,6 +7,11 @@
defaultNetwork.settings.dns_enabled = true;
};
};
networking.firewall.trustedInterfaces = [
"podman*"
];
services.gitea-actions-runner = {
package = pkgs.forgejo-runner;