From 07a5f1ba3440321beb15e7b3ca70c8b6908b18ea Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 13 Aug 2024 22:11:16 +0200 Subject: [PATCH] feat: add alvr ports --- hosts/default/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 789cf93..43b2154 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -344,10 +344,14 @@ 53317 # Localsend 7791 # Pixelflut 38281 # Archipelago + 9943 + 9944 ]; networking.firewall.allowedUDPPorts = [ 53317 38281 # Archipelago + 9943 + 9944 ]; # Or disable the firewall altogether. # networking.firewall.enable = false;