This commit is contained in:
XenGi 2026-08-22 15:19:57 +02:00
commit 316dcc2c95
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -1,7 +1,15 @@
{ ... }:
{
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = true;
boot.kernel.sysctl = {
"net.ipv6.conf.all.forwarding" = true;
"net.ipv4.conf.all.forwarding" = true;
};
networking.firewall.interfaces.podman1 = {
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 ];
};
virtualisation.podman = {
enable = true;