hostconfig/gandalf: Allow to pipe audio

This commit is contained in:
Quentin Boyer 2024-11-09 23:08:03 +01:00
parent 93d4798e85
commit 2bffe9c589

View file

@ -100,7 +100,7 @@ in
];
};
networking.firewall.allowedTCPPorts = [ 9080 ];
networking.firewall.allowedTCPPorts = [ 9080 4713 ];
system.stateVersion = "24.05";
}