closed tcp ports

This commit is contained in:
Bryan Ramos 2025-07-06 00:07:36 -04:00
parent 832cd6de4c
commit 1d99368b0a
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 0 additions and 4 deletions

View file

@ -88,7 +88,5 @@ in
"network.target" "network.target"
]; ];
}; };
networking.firewall.allowedTCPPorts = [ 9735 ];
}; };
} }

View file

@ -55,7 +55,5 @@ in
createDatabase = true; createDatabase = true;
}; };
}; };
networking.firewall.allowedTCPPorts = [ 8333 ];
}; };
} }