From 3279ff586eb4adde150166a55ff1d109e6bff162 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 29 Jul 2023 23:01:20 +0200 Subject: [PATCH] Open ports for domain --- nixos-configurations/server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configurations/server/default.nix b/nixos-configurations/server/default.nix index ee2ec1d..a37952c 100644 --- a/nixos-configurations/server/default.nix +++ b/nixos-configurations/server/default.nix @@ -7,7 +7,7 @@ ]; networking = { - hostname = "server"; + hostName = "server"; firewall = { allowedTCPPorts = [ 80 443 25565 ]; allowedUDPPorts = [ 80 443 25565 ];