1
0
Fork 0

try more conditionals

This commit is contained in:
Malte Brandy 2022-06-03 17:12:11 +02:00
parent 0248768ed8
commit ca2b303d94

View file

@ -20,6 +20,7 @@ in {
nginx = {
enable = lib.mkForce pkgs.withSecrets;
virtualHosts =
lib.mkIf pkgs.withSecrets
{
"tasks.maralorn.de" = {
forceSSL = true;