lf- b37bbca521 nixos/modules: fix systemd start rate-limits
These were broken since 2016:
f0367da7d1
since StartLimitIntervalSec got moved into [Unit] from [Service].
StartLimitBurst has also been moved accordingly, so let's fix that one
too.

NixOS systems have been producing logs such as:
/nix/store/wf98r55aszi1bkmln1lvdbp7znsfr70i-unit-caddy.service/caddy.service:31:
Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.

I have also removed some unnecessary duplication in units disabling
rate limiting since setting either interval or burst to zero disables it
(ad16158c10/src/basic/ratelimit.c (L16))
2020-10-31 01:35:56 -07:00
..
2020-03-10 22:45:33 +01:00
2020-05-22 11:23:31 +02:00
2019-06-12 00:15:10 +02:00
2019-10-12 22:25:28 +02:00
2019-12-25 10:33:50 -05:00
2020-08-05 11:19:33 +03:00
2020-08-21 18:56:20 +02:00
2019-07-07 12:23:01 +01:00
2020-10-11 15:55:50 -07:00
2019-10-20 21:20:53 +02:00
2019-12-10 19:53:43 +03:00
2020-10-08 16:04:11 +02:00
2019-08-18 13:44:26 +02:00
2020-08-25 09:13:13 -07:00
2019-10-12 22:25:28 +02:00
2020-08-09 01:52:22 +02:00
2019-04-23 20:19:33 -07:00
2020-04-29 03:53:47 +00:00
2020-08-24 10:10:47 -04:00
2019-07-16 23:12:16 +01:00
2020-07-20 21:48:14 +02:00