about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJared Baur <jaredbaur@fastmail.com>2024-05-02 14:16:12 -0700
committerJared Baur <jaredbaur@fastmail.com>2024-05-02 14:16:12 -0700
commit09073330e0d33c5dcda2f1717a2235e068b235b2 (patch)
treed41e2dbca60264cad17c4c372adcfa8940c2b6b5
parentad63eec6c19c8686527f55692802c400165c7b7e (diff)
nixos/clatd: remove invalid startLimitIntervalSec
The `startLimitIntervalSec` option is not valid under `serviceConfig`.
-rw-r--r--nixos/modules/services/networking/clatd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/clatd.nix b/nixos/modules/services/networking/clatd.nix
index 76e0c130ca466..de6cde4e979c0 100644
--- a/nixos/modules/services/networking/clatd.nix
+++ b/nixos/modules/services/networking/clatd.nix
@@ -43,7 +43,6 @@ in
 
       serviceConfig = {
         ExecStart = "${cfg.package}/bin/clatd -c ${configFile}";
-        startLimitIntervalSec = 0;
 
         # Hardening
         CapabilityBoundingSet = [