Properly fix podman DNS
All checks were successful
Lint / lint (push) Successful in 27s

This commit is contained in:
Gabriel Simmer 2024-06-10 14:54:27 +01:00
parent b4a88a3182
commit 189cf3f885
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -406,7 +406,6 @@
tokenFile = config.age.secrets.action-token.path; tokenFile = config.age.secrets.action-token.path;
settings = { settings = {
cache.port = 4328; cache.port = 4328;
container.network = "podman3";
}; };
}; };
}; };
@ -460,6 +459,7 @@
enable = true; enable = true;
allowedTCPPorts = [22 80 443 9798 2049 4328]; allowedTCPPorts = [22 80 443 9798 2049 4328];
allowedUDPPorts = [41641]; allowedUDPPorts = [41641];
interfaces."podman*".allowedUDPPorts = [53 5353];
}; };
nftables.enable = true; nftables.enable = true;
}; };