This commit is contained in:
atagen 2023-05-18 16:56:56 +10:00
parent 4aa5519043
commit c9015971aa
3 changed files with 35 additions and 30 deletions

View file

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