From 312b743cde7139234c7b416836bd7ab169972478 Mon Sep 17 00:00:00 2001 From: mapclyps Date: Sun, 29 Mar 2026 09:59:01 +0200 Subject: [PATCH] change port to 3000 --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index a37c600..76d2b83 100644 --- a/configuration.nix +++ b/configuration.nix @@ -59,7 +59,7 @@ services.gitea-actions-runner.instances = { runner1 = { token = "Pxh7t6Ip39SFjWQyhCjb7xsRC73k5l3JY3jYYzzD"; - url = "http://gitea.lan:80/"; + url = "http://gitea.lan:3000/"; name = "runner1"; enable = true; settings = { network= "host"; };