fix(hosts/server2/redirects): Also recognize the old source.vhack.eu redirect
HEAD main1 files changed, 1 insertions, 0 deletions
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;
|