Fix firewall rules

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 16:52:07 +01:00
parent 8962988960
commit 1a292b4f41
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5
2 changed files with 3 additions and 0 deletions

View file

@ -12,4 +12,6 @@
system.stateVersion = "21.11";
};
};
networking.firewall.allowedTCPPorts = [ 53 ];
networking.firewall.allowedUDPPorts = [ 53 ];
}

View file

@ -17,4 +17,5 @@
];
};
};
networking.firewall.allowedUDPPorts = [ 51820 ];
}