Fixes to ptitgoron, adding cinny and updates

This commit is contained in:
Lyes Saadi 2026-03-10 02:24:08 +01:00
parent 169912a47b
commit f287ac426a
Signed by: lyes
GPG key ID: 55A1D803917CF39A
9 changed files with 229 additions and 37 deletions

View file

@ -4,13 +4,16 @@
podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
defaultNetwork.settings.dns_enabled = true;
autoPrune.enable = true;
};
};
networking.firewall.trustedInterfaces = [
"podman*"
];
networking.firewall.interfaces."podman*".allowedUDPPorts = [ 53 ];
users.users.gitea-runner.isSystemUser = true;
users.users.gitea-runner.group = "gitea-runner";