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

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