From a891b6fd289ceb44a1bc587d9d62b8010e25d777 Mon Sep 17 00:00:00 2001 From: gregorbednov Date: Sun, 22 Mar 2026 15:31:40 +0300 Subject: [PATCH] fix: static IP -> host for erlu config --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 8377bc1..5f204e6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -444,7 +444,7 @@ in version = "1.0.1"; src = builtins.fetchGit { - url = "http://45.87.246.92/forgejo/gregorbednov/erlu.git"; + url = "http://gregorbednov.ru/forgejo/gregorbednov/erlu.git"; ref = "master"; rev = "58198c6ecd8572f1c7db42b90c8189954c9a32fc"; };