multiple fixes
This commit is contained in:
parent
581b972e18
commit
54ad3b0773
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,6 +7,11 @@
|
|||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = [
|
||||
"podman*"
|
||||
];
|
||||
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-runner;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue