From a776a5a5feb705a8c88a42edd499caabb4e28546 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 16 Jun 2026 18:49:03 +0900 Subject: [PATCH] temmie/userweb: explicitly override `mod_perl` and `mod_userdir` --- hosts/temmie/services/userweb/httpd.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/temmie/services/userweb/httpd.nix b/hosts/temmie/services/userweb/httpd.nix index 2e8ec7b..057e978 100644 --- a/hosts/temmie/services/userweb/httpd.nix +++ b/hosts/temmie/services/userweb/httpd.nix @@ -20,7 +20,11 @@ in phpPackage = mcfg.php.env; phpOptions = mcfg.php.options; - enablePerl = true; + # NOTE: we include our own `mod_perl` in `extraModules` instead. + enablePerl = false; + + # NOTE: we include `mod_userdir` in `extraModules` and configure this in `extraConfig` ourselves. + # enableUserDir = false; # TODO: mod_log_journald in v2.5 extraModules = [