tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/fail2ban: capitalize service description
Bjørn Forsman
11 years ago
25a67453
562d0c87
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
security
fail2ban.nix
+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" ];