diff --git a/hosts/common/core/ssh.nix b/hosts/common/core/ssh.nix index cf9d86f..6a770c6 100644 --- a/hosts/common/core/ssh.nix +++ b/hosts/common/core/ssh.nix @@ -23,6 +23,7 @@ services.openssh = { enable = true; + openFirewall = true; settings = { PermitRootLogin = "no"; PasswordAuthentication = false;