Fediversity/deployment/providers/ssh-host.nix

8 lines
117 B
Nix

{
_class = "nixos";
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
};
}