From a8b9f4b59307525a32cc49e95ac540f372b03d20 Mon Sep 17 00:00:00 2001 From: geemili Date: Sat, 6 Jan 2024 17:30:40 -0700 Subject: [PATCH] feat: blocky: add domain rewrite for forgejo domain --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index b7d0797..327b825 100644 --- a/configuration.nix +++ b/configuration.nix @@ -135,6 +135,7 @@ customDNS = { rewrite = { "cockpit.samsehu.perli.casa" = "samsehu.perli.casa"; + "git.samsehu.perli.casa" = "samsehu.perli.casa"; }; mapping = { "samsehu.perli.casa" = "100.64.0.3";