From ad486191bc0c8aa919c357d437951c0a42d5718d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 10 Jul 2022 03:00:29 +0200 Subject: flake update, nixpkgs-fmt, add extra redirect to dd-ix.net --- hosts/cirrus/ddix.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'hosts') diff --git a/hosts/cirrus/ddix.nix b/hosts/cirrus/ddix.nix index 7ce58c2..b33e096 100644 --- a/hosts/cirrus/ddix.nix +++ b/hosts/cirrus/ddix.nix @@ -9,5 +9,14 @@ ''; }; }; + "www.dd-ix.net" = { + enableACME = true; + forceSSL = true; + locations."/" = { + extraConfig = '' + return 307 https://c3d2.de; + ''; + }; + }; }; } -- cgit v1.3.1