nixos/kea: fix ctrl-agent extraArgs

This commit is contained in:
Netali 2022-08-31 01:26:12 +02:00
parent 40c1aecb4d
commit 52e621ace8
No known key found for this signature in database
GPG key ID: 9C55E636426B40A9

View file

@ -298,7 +298,7 @@ in
];
serviceConfig = {
ExecStart = "${package}/bin/kea-ctrl-agent -c /etc/kea/ctrl-agent.conf ${lib.escapeShellArgs cfg.dhcp4.extraArgs}";
ExecStart = "${package}/bin/kea-ctrl-agent -c /etc/kea/ctrl-agent.conf ${lib.escapeShellArgs cfg.ctrl-agent.extraArgs}";
KillMode = "process";
Restart = "on-failure";
} // commonServiceConfig;