From 24010f662e64b7c1e54a0871864ddc1a6f5459dc Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 18:20:24 -0400 Subject: [PATCH] open ports --- hosts/pluto/configuration.nix | 4 ++-- hosts/pluto/services/pterodactyl.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/pluto/configuration.nix b/hosts/pluto/configuration.nix index 6ea35b0..ef10c71 100644 --- a/hosts/pluto/configuration.nix +++ b/hosts/pluto/configuration.nix @@ -101,8 +101,8 @@ services.openssh.enable = true; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [80 443]; - networking.firewall.allowedUDPPorts = [80 443]; + networking.firewall.allowedTCPPorts = [80 443 6969 2022]; + networking.firewall.allowedUDPPorts = [80 443 6969 2022]; # Or disable the firewall altogether. # networking.firewall.enable = false; diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index e19a9b9..4835d56 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -1,7 +1,6 @@ { pkgs, config, - lib, ... }: let wings = pkgs.stdenv.mkDerivation {