Merge pull request #215795 from e1mo/fix-dokuwiki-acluse

nixos/dokuwiki: remove last reference to aclUse
This commit is contained in:
Nick Cao 2023-02-12 09:06:24 +08:00 committed by GitHub
commit 3bd8cc7a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ let
basePackage = cfg.package;
localConfig = dokuwikiLocalConfig hostName cfg;
pluginsConfig = dokuwikiPluginsLocalConfig hostName cfg;
aclConfig = if cfg.aclUse && cfg.acl != null then dokuwikiAclAuthConfig hostName cfg else null;
aclConfig = if cfg.settings.useacl && cfg.acl != null then dokuwikiAclAuthConfig hostName cfg else null;
};
aclOpts = { ... }: {