allow ssh on hosts

This commit is contained in:
TheWanderingCrow 2025-08-01 17:25:21 -04:00
parent 142279f0d7
commit 6277569b3e

View file

@ -23,6 +23,7 @@
services.openssh = {
enable = true;
openFirewall = true;
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;