This commit is contained in:
atagen 2023-05-18 20:00:41 +10:00
commit 9b741b5fa0
3 changed files with 11 additions and 6 deletions

View file

@ -179,6 +179,8 @@
options = ["rw" "uid=1000" "gid=100"];
};
networking.nftables.enable = true;
networking.firewall = {
allowedUDPPorts = [1900];
allowedTCPPorts = [8200 2234];