mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-06-16 17:49:13 +02:00
temmie/userweb: explicitly override mod_perl and mod_userdir
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user