Add an SSL listener to insecure vhosts

It is impossible to specify both a secure and an insecure variety of the same
vhost, as they would need to be on the same hostname. As the only types of
insecure hosts we want are forwards to ACME challenges anyway it makes sense to
allow them over SSL too. Along with a helper nixfiles commit this will fix
access to email over https

Change-Id: I1e3dc3db735c0ccea5a6b7407cda8338ff7cf1e8
1 file changed
tree: e89905d097a983488b5a2da632ecaf4023fb7232
  1. .gitreview
  2. default.nix
  3. flake.lock
  4. flake.nix
  5. LICENSE
  6. nginx.nix
  7. README.md
README.md

Clicks Nix Helpers


We write nix to manage our infrastructure, but sometimes it's too boilerplatey for us to want to write. This repository contains all the things that have made our jobs easier, we hope they help you too!