From b541cc835c131984355cb10f886ecb95f384cbed Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 8 Jun 2025 10:27:57 +0200 Subject: modules/rust-motd: Use correct name for `fail_2_ban` section This was change in one of the last releases. --- modules/by-name/ru/rust-motd/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/by-name/ru/rust-motd/module.nix b/modules/by-name/ru/rust-motd/module.nix index d7f01cf..0f7a3fe 100644 --- a/modules/by-name/ru/rust-motd/module.nix +++ b/modules/by-name/ru/rust-motd/module.nix @@ -75,7 +75,7 @@ in { swap_pos = "beside"; # or "below" or "none" }; - fail2_ban = { + fail_2_ban = { jails = ["sshd"]; #, "anotherjail"] }; -- cgit 1.4.1