disable firewall for radiobert

This commit is contained in:
Markus Schmidl 2023-07-12 13:00:11 +02:00
parent fb2bc855e8
commit fe69a12995
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
networking.firewall.allowedTCPPorts = [
55132
];
# disable firewall for soapysdr server as it will open new random ports for new connections
networking.firewall.enable = lib.mkForce false;
environment.systemPackages = with pkgs; [
soapysdr-with-plugins