nixos/dafoe/services/ssh.nix
2024-11-06 14:03:40 +01:00

6 lines
148 B
Nix
Executable file

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