fix port type

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-22 22:36:36 -04:00 committed by Alice Huston
parent eceaf67ad6
commit 5ace8a7a10

View File

@ -5,7 +5,7 @@
... ...
}: }:
let let
hydra_prometheus_port = 9199; hydra_prometheus_port = "9199";
in in
{ {
systemd.services.hydra-notify.serviceConfig.EnvironmentFile = systemd.services.hydra-notify.serviceConfig.EnvironmentFile =