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"