From 5ace8a7a10bc3b12b0406663e339b57d247f4bd1 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 22 Jun 2024 22:36:36 -0400 Subject: [PATCH] fix port type Signed-off-by: ahuston-0 --- systems/palatine-hill/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index d860420..934bad2 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -5,7 +5,7 @@ ... }: let - hydra_prometheus_port = 9199; + hydra_prometheus_port = "9199"; in { systemd.services.hydra-notify.serviceConfig.EnvironmentFile =