Skip to content

Commit

Permalink
clean up firewall ports
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Oct 21, 2024
1 parent 564bc7a commit 9d0e119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/lisa/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in

networking = {
hostName = "lisa";
firewall = { allowedTCPPorts = [ 5555 9002 ]; };
firewall = { allowedTCPPorts = [ 9002 ]; };
};

services = {
Expand Down

0 comments on commit 9d0e119

Please sign in to comment.