From 1da0d905f4aaa343b82c9d7bcd1a4dd40132ad03 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 10 Jun 2022 12:07:44 +0200 Subject: [PATCH] Revert "try more conditionals" This reverts commit ca2b303d94b8cc7d95b7229a6ffac22013777a8a. --- nixos/machines/hera/web.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/machines/hera/web.nix b/nixos/machines/hera/web.nix index b2145189..964090da 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -20,7 +20,6 @@ in { nginx = { enable = lib.mkForce pkgs.withSecrets; virtualHosts = - lib.mkIf pkgs.withSecrets { "tasks.maralorn.de" = { forceSSL = true;