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 {