From 2bffe9c589b858b8715c7eb4c2fc72bf34bef753 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sat, 9 Nov 2024 23:08:03 +0100 Subject: [PATCH] hostconfig/gandalf: Allow to pipe audio --- hostconfig/gandalf/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/gandalf/nixos.nix b/hostconfig/gandalf/nixos.nix index ac5f000..c8ea876 100644 --- a/hostconfig/gandalf/nixos.nix +++ b/hostconfig/gandalf/nixos.nix @@ -100,7 +100,7 @@ in ]; }; - networking.firewall.allowedTCPPorts = [ 9080 ]; + networking.firewall.allowedTCPPorts = [ 9080 4713 ]; system.stateVersion = "24.05"; }