diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index 9d20682..3771171 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -30,7 +30,7 @@ wakeOnLan.enable = true; }; }; - firewall.allowedTCPPorts = [8080 8085]; + firewall.allowedTCPPorts = [8080 8085 5201]; }; time.timeZone = "Europe/Paris";