diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/helium.nix | 3 |
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"; |