nixos/fail2ban: capitalize service description

+1 -1
+1 -1
nixos/modules/services/security/fail2ban.nix
··· 95 environment.etc."fail2ban/filter.d".source = "${pkgs.fail2ban}/etc/fail2ban/filter.d/*.conf"; 96 97 systemd.services.fail2ban = 98 - { description = "Fail2ban intrusion prevention system"; 99 100 wantedBy = [ "multi-user.target" ]; 101 after = [ "network.target" ];
··· 95 environment.etc."fail2ban/filter.d".source = "${pkgs.fail2ban}/etc/fail2ban/filter.d/*.conf"; 96 97 systemd.services.fail2ban = 98 + { description = "Fail2ban Intrusion Prevention System"; 99 100 wantedBy = [ "multi-user.target" ]; 101 after = [ "network.target" ];