config/profiles/sshd.nix

6 lines
123 B
Nix

{
services.openssh.enable = true;
services.openssh.settings.X11Forwarding = true;
services.fail2ban.enable = true;
}