my nix configs for my servers and desktop

bleh

Changed files
-3
hosts
baal
buer
valefar
-1
hosts/baal/default.nix
··· 43 43 bantime = "24h"; # Ban IPs for one day on the first ban 44 44 bantime-increment = { 45 45 enable = true; # Enable increment of bantime after each violation 46 - formula = "ban.Time * math.exp(float(ban.Count+1)*banFactor)/math.exp(1*banFactor)"; 47 46 multipliers = "1 2 4 8 16 32 64"; 48 47 maxtime = "168h"; # Do not ban for more than 1 week 49 48 overalljails = true; # Calculate the bantime based on all the violations
-1
hosts/buer/default.nix
··· 76 76 bantime = "24h"; # Ban IPs for one day on the first ban 77 77 bantime-increment = { 78 78 enable = true; # Enable increment of bantime after each violation 79 - formula = "ban.Time * math.exp(float(ban.Count+1)*banFactor)/math.exp(1*banFactor)"; 80 79 multipliers = "1 2 4 8 16 32 64"; 81 80 maxtime = "168h"; # Do not ban for more than 1 week 82 81 overalljails = true; # Calculate the bantime based on all the violations
-1
hosts/valefar/default.nix
··· 272 272 bantime = "24h"; # Ban IPs for one day on the first ban 273 273 bantime-increment = { 274 274 enable = true; # Enable increment of bantime after each violation 275 - formula = "ban.Time * math.exp(float(ban.Count+1)*banFactor)/math.exp(1*banFactor)"; 276 275 multipliers = "1 2 4 8 16 32 64"; 277 276 maxtime = "168h"; # Do not ban for more than 1 week 278 277 overalljails = true; # Calculate the bantime based on all the violations