From d473c5038fcd1857e89f103d410751207536039a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 3 Mar 2022 14:46:27 -0500 Subject: add barrier --- machines/helium.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines') diff --git a/machines/helium.nix b/machines/helium.nix index 44c317d..96f2eda 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -32,6 +32,9 @@ in { networking.hostName = "helium"; networking.networkmanager.enable = true; + networking.firewall.allowedTCPPorts = [ + 24800 # barrier + ]; time.timeZone = "America/New_York"; -- cgit v1.2.3