From afb46f4d86efbd3d7fd20b47481e121f9159e51e Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 1 May 2026 17:00:48 +0700 Subject: [PATCH] fix https warning --- modules/system/homelab/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index ddf6df2..db30c7a 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -42,7 +42,7 @@ gitea-actions-runner.instances.nixos-deploy = { enable = true; name = "nixos-server-runner"; - url = "https://localhost:5080"; #"https://git.proxy.${homelab.domain}"; + url = "http://localhost:5080"; #"https://git.proxy.${homelab.domain}"; tokenFile = "/mnt/data/apps/forgejo/token-runner"; labels = [ "self-hosted:host" ]; hostPackages = with pkgs; [ bash coreutils git nix openssh nodejs ];