summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-03-03 14:46:27 -0500
committerBen Sima <ben@bsima.me>2022-03-05 12:30:23 -0500
commitd473c5038fcd1857e89f103d410751207536039a (patch)
tree48805b51c65444a852d0eed7d92eb39be3e6f0e1 /machines
parenta89e6a711bd370398f6a8f2d9b8c99adfa831029 (diff)
add barrier
Diffstat (limited to 'machines')
-rw-r--r--machines/helium.nix3
1 files changed, 3 insertions, 0 deletions
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";