{ ... }: { services.openssh = { enable = true; permitRootLogin = "no"; # TODO: Allow root login from certain hosts. # Then dissallow rest. passwordAuthentication = true; }; }