diff --git a/modules/common/ssh.nix b/modules/common/ssh.nix index e072b02..bc2a5a6 100644 --- a/modules/common/ssh.nix +++ b/modules/common/ssh.nix @@ -6,6 +6,7 @@ programs.mosh.enable = true; services.openssh = { enable = true; + openFirewall = true; permitRootLogin = "no"; passwordAuthentication = false; };