{ pkgs, config, ... }: { services.openssh = { enable = true; permitRootLogin = "no"; passwordAuthentication = false; }; }