summaryrefslogtreecommitdiff
path: root/hosts/cirrus
diff options
context:
space:
mode:
authorGrigory Shipunov2022-07-10 03:00:29 +0200
committerGrigory Shipunov2022-07-10 03:00:29 +0200
commitad486191bc0c8aa919c357d437951c0a42d5718d (patch)
treef1e70e7935276ed1a5b46ebe86ef5cbc1ca840dd /hosts/cirrus
parent61ffad9f74ce38fd3e2c924d48ad62f4d0fbb208 (diff)
flake update, nixpkgs-fmt, add extra redirect to dd-ix.net
Diffstat (limited to 'hosts/cirrus')
-rw-r--r--hosts/cirrus/ddix.nix9
1 files changed, 9 insertions, 0 deletions
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;
+ '';
+ };
+ };
};
}