From 4b00bcaceddfa5876628fb17a4aaf7f4a1990450 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 11 Feb 2019 01:16:36 +0100 Subject: [PATCH] pulsebert: unfirewall 443/tcp for ympd --- hosts/pulsebert/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index d04e4fe5..cfdc051a 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -69,7 +69,7 @@ networking.firewall.allowedTCPPorts = [ 4713 # PulseAudio 631 # cups - 80 # Web/ympd + 80 443 # Web/ympd 6600 # mpd ]; # networking.firewall.allowedUDPPorts = [ ... ];