multiple fixes
This commit is contained in:
parent
581b972e18
commit
54ad3b0773
2 changed files with 6 additions and 1 deletions
|
|
@ -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