From fe3bdd49496298240c5c13470f1f960e7180b966 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 22 Sep 2022 01:58:26 +0200 Subject: [PATCH] add 'https' to hydra link for proper website links --- hosts/tsuki/services/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/tsuki/services/hydra.nix b/hosts/tsuki/services/hydra.nix index b0ca4f7..acbab2a 100644 --- a/hosts/tsuki/services/hydra.nix +++ b/hosts/tsuki/services/hydra.nix @@ -4,7 +4,7 @@ # https://gist.github.com/joepie91/c26f01a787af87a96f967219234a8723 services.hydra = { enable = true; - hydraURL = "http://hydra.nani.wtf"; + hydraURL = "https://hydra.nani.wtf"; notificationSender = "hydra@nani.wtf"; useSubstitutes = true; package = unstable-pkgs.hydra_unstable;