sombrero: Clean up open ports

This commit is contained in:
Alexander Heldt
2023-01-27 11:48:33 +01:00
parent 20cb4b6e54
commit b2151c8728

View File

@@ -67,7 +67,11 @@
}; };
firewall = { firewall = {
allowedTCPPorts = [ 1122 32400 8384 ]; allowedTCPPorts = [
1122 # ssh
32400 # plex
8384 # syncthing
];
}; };
}; };