From 3e15d15a7710e1d34ef0d8105afe4c8732b80cc2 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 1 Sep 2017 17:51:44 +0200 Subject: machines/haku: Revert setting addSSL to true This reverts commit 0cfbc3bcd4be9ba3798f1752f82f6ea2d3aba650. Since NixOS/nixpkgs@ae9d311565d8c790900ebbc0976e447034930112 the addSSL option is now mutually exclusive to forceSSL. Turns out that this actually was a bug that got introduced in NixOS/nixpkgs@a912a6a291eaa5f6a2ad9143c9e276779c357a41. Signed-off-by: aszlig Cc: @Profpatsch --- machines/profpatsch/haku.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'machines') diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix index 20ed1cf4..8233fa79 100644 --- a/machines/profpatsch/haku.nix +++ b/machines/profpatsch/haku.nix @@ -69,7 +69,6 @@ in enable = true; virtualHosts."haku.profpatsch.de" = { forceSSL = true; - addSSL = true; enableACME = true; locations."/pub/" = { proxyPass = "http://localhost:${toString warpspeedPort}/"; -- cgit 1.4.1