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