sid: open port 53
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 19s
Flake check / flake-check (pull_request) Successful in 20s

This commit is contained in:
sid 2026-04-19 01:20:46 +02:00
parent 42bf634d0f
commit 72700ac671

View file

@ -29,4 +29,7 @@
}
'';
};
networking.firewall.allowedUDPPorts = [ 53 ];
networking.firewall.allowedTCPPorts = [ 53 ];
}