mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
chore: allow tcp port
This commit is contained in:
@ -143,7 +143,7 @@
|
||||
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [80 443 22 3333];
|
||||
allowedTCPPorts = [80 443 22 3333 8081];
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user