about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-08-19 12:48:40 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-08-19 12:48:40 +0200
commit0cfbc3bcd4be9ba3798f1752f82f6ea2d3aba650 (patch)
tree1ffeeedffe885f1061e9c360a07a435b24cd6760 /machines/profpatsch
parent5c656079953d39560b678cac747b267f0aba2139 (diff)
machines/haku: Fix evaluation error for nginx
In order to use forceSSL you now also need to use addSSL and there is an
assertion now to check that since NixOS/nixpkgs@a912a6a291eaa5f6a2ad914.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @Profpatsch
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/haku.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index c8efeda9..1a60069a 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -69,6 +69,7 @@ in
       enable = true;
       virtualHosts."haku.profpatsch.de" = {
         forceSSL = true;
+        addSSL = true;
         enableACME = true;
         locations."/pub/" = {
           proxyPass = "http://localhost:${toString warpspeedPort}/";