europa: remove unused port from firewall

This commit is contained in:
Aaron Bieber 2024-08-02 12:42:25 -06:00
parent e3ddb7bd2c
commit 8980e984b3
No known key found for this signature in database

View File

@ -141,12 +141,6 @@ in
firewall = {
enable = true;
allowedTCPPorts = [ 22 ];
interfaces = {
"tailscale0" =
{
allowedTCPPorts = [ 8384 ];
};
};
};
};