radiobert: add networking.firewall.allowedTCPPorts

This commit is contained in:
Astro 2023-06-13 00:19:59 +02:00
parent cf83619929
commit 7d7340afc3
2 changed files with 13 additions and 0 deletions

View File

@ -26,6 +26,15 @@ in {
"dvb_usb_rtl28xxu"
];
networking.firewall.allowedTCPPorts = [
# dump1090
30001
30002
30003
30004
30005
];
environment.systemPackages = with pkgs; [
dump1090
];

View File

@ -1,6 +1,10 @@
{ pkgs, ... }:
{
networking.firewall.allowedTCPPorts = [
55132
];
environment.systemPackages = with pkgs; [
soapysdr-with-plugins
hackrf