diff --git a/hosts/bloodletting/configuration.nix b/hosts/bloodletting/configuration.nix index 3014fb3..8ce7c22 100644 --- a/hosts/bloodletting/configuration.nix +++ b/hosts/bloodletting/configuration.nix @@ -268,6 +268,17 @@ proxyWebsockets = true; }; }; + + virtualHosts."carvideo.technogothic.net" = { + useACMEHost = "technogothic.net"; + forceSSL = true; + + serverAliases = [ "agatha.technogothic.net" ]; + + locations."/" = { + return = "301 https://ftp.technogothic.net/car_video.mp4"; + }; + }; }; # This value determines the NixOS release from which the default