mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/dokuwiki: change default of aclFile and usersFile
`aclFile` and `usersFile` will be set to a default value if `aclUse` is specified and aclFile is not overriden by `acl`.
This commit is contained in:
parent
9460fb5788
commit
2d86cca35e
2 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ in {
|
|||
|
||||
machine = { ... }: {
|
||||
services.dokuwiki."site1.local" = {
|
||||
acl = " ";
|
||||
aclUse = false;
|
||||
superUser = "admin";
|
||||
nginx = {
|
||||
forceSSL = false;
|
||||
|
@ -44,7 +44,7 @@ in {
|
|||
};
|
||||
};
|
||||
services.dokuwiki."site2.local" = {
|
||||
acl = " ";
|
||||
aclUse = true;
|
||||
superUser = "admin";
|
||||
nginx = {
|
||||
forceSSL = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue