From 05c0dd71687d2fb2f27be1218b5f17414d80f4fa Mon Sep 17 00:00:00 2001 From: Sky Hearn Date: Thu, 25 Apr 2024 20:36:16 +0000 Subject: [PATCH] annnndddddd syntax error X3 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f84cf90..62ccfc0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -139,7 +139,7 @@ # List services that you want to enable: - networking.firewall.allowedTCPPorts = [ 80 443 22 25565, 25566 ]; + networking.firewall.allowedTCPPorts = [ 80 443 22 25565 25566 ]; services.nginx = { enable = true;