nixos/clatd: remove invalid startLimitIntervalSec

The `startLimitIntervalSec` option is not valid under `serviceConfig`.
This commit is contained in:
Jared Baur 2024-05-02 14:16:12 -07:00
parent ad63eec6c1
commit 09073330e0
No known key found for this signature in database

View File

@ -43,7 +43,6 @@ in
serviceConfig = {
ExecStart = "${cfg.package}/bin/clatd -c ${configFile}";
startLimitIntervalSec = 0;
# Hardening
CapabilityBoundingSet = [