1
0
forked from c3d2/nix-config

pulsebert: activate firewall

This commit is contained in:
Sandro - 2022-08-23 00:19:58 +02:00
parent 936e45704b
commit 248034671d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -44,16 +44,13 @@
networking = {
firewall = {
# broken...
enable = false;
allowedTCPPorts = [
80 # nginx
443 # nginx
4713 # pulseaudio/pipewire network sync
# 5353 # mdns
];
allowedUDPPorts = [
# 5353 # mdns
5353 # mdns
5355 # llmnr
];
};