nixos/dafoe/services/ssh.nix
2024-08-30 21:45:11 +02:00

6 lines
148 B
Nix

{
# Enable the OpenSSH daemon.
services.openssh.enable = true;
# Enable fail2ban to make ssh more secure
services.fail2ban.enable = true;
}