aboutsummaryrefslogtreecommitdiff
path: root/profiles/core/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profiles/core/ssh.nix2
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 = {