Skip to content

Commit

Permalink
base: open ssh port via ssh module
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 31, 2024
1 parent cfde328 commit d2abc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/defaults/misc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ with lib;
networking.nftables.flushRuleset = false;

# lock-out protection
networking.firewall.allowedTCPPorts = [ 22 ];
services.openssh.openFirewall = true;
}

0 comments on commit d2abc4b

Please sign in to comment.