From b86aa4d93bb15e89936a748f578f9e6f3809212a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 1 Oct 2023 14:09:50 -0600 Subject: [PATCH] [NixOS] Use https address to access gitea from runner --- nixos/gitea-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/gitea-runner.nix b/nixos/gitea-runner.nix index b2d5c637..069a88c0 100644 --- a/nixos/gitea-runner.nix +++ b/nixos/gitea-runner.nix @@ -34,7 +34,7 @@ makeEnable config "modules.gitea-runner" false { ]; enable = true; name = config.networking.hostName; - url = "http://1896Folsom.duckdns.org:3000"; + url = "https://1896Folsom.duckdns.org:3000"; tokenFile = config.age.secrets.gitea-runner-token.path; labels = [ "nixos-${pkgs.system}:host"