From 5326660e6071e65d86cec445dc429343dd243b12 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 29 Jan 2025 01:03:50 +0100 Subject: fix(hosts/server2/redirects): Also recognize the old source.vhack.eu redirect --- hosts/by-name/server2/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/by-name/server2/configuration.nix') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 95f0ade..aee0e1a 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -53,6 +53,7 @@ enable = true; redirects = { "source.foss-syndicate.org" = "https://git.foss-syndicate.org/vhack.eu/nixos-server"; + "source.vhack.eu" = "https://source.foss-syndicate.org"; }; }; nixconfig.enable = true; -- cgit 1.4.1