diff options
author | Ben Sima <ben@bsima.me> | 2019-11-08 19:14:59 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-08 19:14:59 -0800 |
commit | 58520c7a7e879b9a937df41412b7823e8557c781 (patch) | |
tree | 1dd400509bffabfffc42d946f7032b9b74286d1c | |
parent | d1b48fab2e9846f33364b0cc5e2ddcea2dfa1a2a (diff) |
make sure to open the firewall
-rw-r--r-- | Com/Simatime/buildOS.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |