From fe69a12995392e35e52971be082a3fad0cc31371 Mon Sep 17 00:00:00 2001 From: Markus Schmidl Date: Wed, 12 Jul 2023 13:00:11 +0200 Subject: [PATCH] disable firewall for radiobert --- hosts/radiobert/soapysdr.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/radiobert/soapysdr.nix b/hosts/radiobert/soapysdr.nix index 63570b96..857aebfb 100644 --- a/hosts/radiobert/soapysdr.nix +++ b/hosts/radiobert/soapysdr.nix @@ -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