diff options
Diffstat (limited to 'profiles/core/ssh.nix')
| -rw-r--r-- | profiles/core/ssh.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/core/ssh.nix b/profiles/core/ssh.nix index f8c899a..b4c8772 100644 --- a/profiles/core/ssh.nix +++ b/profiles/core/ssh.nix @@ -1,5 +1,7 @@ { lib, ... }: { + networking.firewall.allowedTCPPorts = [ 22 ]; + services.openssh = { enable = lib.mkDefault true; settings = { |
