diff options
| author | Grigory Shipunov | 2023-09-03 21:22:14 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-09-03 21:22:14 +0200 |
| commit | 1cea3dbf599dcaea1585e3bc78614df0385a4717 (patch) | |
| tree | 78b390ae29da7967c3b6fd4c622efd2e307277dc /hosts/cirrus | |
| parent | adc9b57fe7f6d77dae69b376a2680fecca33813c (diff) | |
remove dead code
Diffstat (limited to 'hosts/cirrus')
| -rw-r--r-- | hosts/cirrus/ddix.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/hosts/cirrus/ddix.nix b/hosts/cirrus/ddix.nix deleted file mode 100644 index b33e096..0000000 --- a/hosts/cirrus/ddix.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ config, ... }: { - services.nginx.virtualHosts = { - "dd-ix.net" = { - enableACME = true; - forceSSL = true; - locations."/" = { - extraConfig = '' - return 307 https://c3d2.de; - ''; - }; - }; - "www.dd-ix.net" = { - enableACME = true; - forceSSL = true; - locations."/" = { - extraConfig = '' - return 307 https://c3d2.de; - ''; - }; - }; - }; -} |
