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