enable port 8000 on mlg for testing of web services

This commit is contained in:
stupidcomputer 2024-10-07 22:00:39 -05:00
parent 22ce9198e8
commit b1ab4677ab
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
hostName = "mlg";
firewall = {
enable = true;
allowedTCPPorts = [ 6000 ];
allowedTCPPorts = [ 6000 8000 ];
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];