diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-08 10:27:57 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-23 18:27:33 +0200 |
commit | b541cc835c131984355cb10f886ecb95f384cbed (patch) | |
tree | bdb5dd452e9b193cbf32f94f699c24e6a595b5c0 /modules/by-name/ru/rust-motd/module.nix | |
parent | modules/rust-motd: Remove pointless ssl certificate section (diff) | |
download | nixos-server-b541cc835c131984355cb10f886ecb95f384cbed.zip |
modules/rust-motd: Use correct name for `fail_2_ban` section
This was change in one of the last releases.
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/ru/rust-motd/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"] }; |