diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 3a50a89..651025a 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -339,9 +339,11 @@ networking.firewall.allowedTCPPorts = [ 53317 # Localsend 7791 # Pixelflut + 38281 # Archipelago ]; networking.firewall.allowedUDPPorts = [ 53317 + 38281 # Archipelago ]; # Or disable the firewall altogether. # networking.firewall.enable = false;