Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-10-17 00:16:42 +00:00
committed by GitHub
165 changed files with 12919 additions and 2118 deletions

View File

@@ -113,7 +113,7 @@ in
}
];
systemd.services.rust-motd = {
path = with pkgs; [ bash ];
path = with pkgs; [ bash ] ++ lib.optional (cfg.settings.fail_2_ban or { } != { }) fail2ban;
documentation = [
"https://github.com/rust-motd/rust-motd/blob/v${pkgs.rust-motd.version}/README.md"
];