mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/tests/prometheus-exporters/kea: migrate to kea nixos module
This commit is contained in:
parent
508408559a
commit
cf139f7203
2 changed files with 18 additions and 30 deletions
|
@ -26,6 +26,7 @@ in {
|
|||
};
|
||||
serviceOpts = {
|
||||
serviceConfig = {
|
||||
User = "kea";
|
||||
ExecStart = ''
|
||||
${pkgs.prometheus-kea-exporter}/bin/kea-exporter \
|
||||
--address ${cfg.listenAddress} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue