From fd5e096b374459497abd4a7da2393357349e9e8e Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 31 Aug 2024 17:41:26 +0200 Subject: [PATCH] waffentrager: upnp ports --- configurations/host/waffentrager/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configurations/host/waffentrager/configuration.nix b/configurations/host/waffentrager/configuration.nix index 886c085..be68832 100644 --- a/configurations/host/waffentrager/configuration.nix +++ b/configurations/host/waffentrager/configuration.nix @@ -10,7 +10,8 @@ # Include the results of the hardware scan. ./hardware-configuration.nix ]; - + networking.firewall.allowedTCPPorts = [ 1900 ]; + networking.firewall.allowedUDPPorts = [ 1900 7359]; materus.profile.nixpkgs.enable = true; environment.systemPackages = with pkgs; [ libraspberrypi