From 6277569b3e882ee4b8b9a215f80fd1af32dbff8d Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 1 Aug 2025 17:25:21 -0400 Subject: [PATCH] allow ssh on hosts --- hosts/common/core/ssh.nix | 1 + 1 file changed, 1 insertion(+) 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;