about summary refs log tree commit diff stats
path: root/modules/by-name/ru/rust-motd/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-08 10:27:57 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-23 18:27:33 +0200
commitb541cc835c131984355cb10f886ecb95f384cbed (patch)
treebdb5dd452e9b193cbf32f94f699c24e6a595b5c0 /modules/by-name/ru/rust-motd/module.nix
parentmodules/rust-motd: Remove pointless ssl certificate section (diff)
downloadnixos-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.nix2
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"]
         };