From 58520c7a7e879b9a937df41412b7823e8557c781 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Fri, 8 Nov 2019 19:14:59 -0800
Subject: make sure to open the firewall

---
 Com/Simatime/buildOS.nix | 1 +
 1 file changed, 1 insertion(+)

(limited to 'Com')

diff --git a/Com/Simatime/buildOS.nix b/Com/Simatime/buildOS.nix
index bef2432..50d5908 100644
--- a/Com/Simatime/buildOS.nix
+++ b/Com/Simatime/buildOS.nix
@@ -29,6 +29,7 @@ let
     services.clamav.updater.enable = true; # security
     services.fail2ban.enable = true; # security
     services.openssh.enable = true;
+    services.openssh.openFirewall = true;
     services.openssh.forwardX11 = true;
     services.openssh.passwordAuthentication = false;
     services.tinc.networks.simatime-vpn.extraConfig = vpnExtraConfig;
-- 
cgit v1.2.3