diff options
| author | Grigory Shipunov | 2022-07-10 03:00:29 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-10 03:00:29 +0200 |
| commit | ad486191bc0c8aa919c357d437951c0a42d5718d (patch) | |
| tree | f1e70e7935276ed1a5b46ebe86ef5cbc1ca840dd /hosts | |
| parent | 61ffad9f74ce38fd3e2c924d48ad62f4d0fbb208 (diff) | |
flake update, nixpkgs-fmt, add extra redirect to dd-ix.net
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/cirrus/ddix.nix | 9 |
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; + ''; + }; + }; }; } |
