From 73a9afa9a2e4e269524fd64948712d70bb14e90b Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Wed, 6 Aug 2025 20:14:10 +0200 Subject: [PATCH] fix forgejo url --- hosts/physique/hyponix/services/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/physique/hyponix/services/forgejo.nix b/hosts/physique/hyponix/services/forgejo.nix index 137740a..df6975f 100644 --- a/hosts/physique/hyponix/services/forgejo.nix +++ b/hosts/physique/hyponix/services/forgejo.nix @@ -9,6 +9,7 @@ in settings = { server = { DOMAIN = domain; + ROOT_URL = "https://${domain}"; }; }; };