From ae9adb2fa1d5b26327a8b51555a36696dcd2260a Mon Sep 17 00:00:00 2001 From: Andrew Benbow Date: Thu, 19 Jun 2025 16:02:09 -0400 Subject: [PATCH] nixos/drupal: make https default for caddy --- nixos/modules/services/web-apps/drupal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/drupal.nix b/nixos/modules/services/web-apps/drupal.nix index 8e4b1bf1dc0d..38e511cae3a9 100644 --- a/nixos/modules/services/web-apps/drupal.nix +++ b/nixos/modules/services/web-apps/drupal.nix @@ -461,7 +461,7 @@ in enable = true; virtualHosts = mapAttrs' ( hostName: cfg: - (nameValuePair "http://${hostName}" { + (nameValuePair hostName { extraConfig = '' root * ${pkg hostName cfg}/share/php/drupal file_server