about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-09-01 17:51:44 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-09-01 17:53:35 +0200
commit3e15d15a7710e1d34ef0d8105afe4c8732b80cc2 (patch)
tree227cbf784e4515e97efdc996335ea6a758e2a6c9 /machines/profpatsch
parent95adeb4b4df6cb5f610b1aac449552f63aab20f0 (diff)
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 <aszlig@redmoonstudios.org>
Cc: @Profpatsch
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/haku.nix1
1 files changed, 0 insertions, 1 deletions
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}/";