mirror of
https://github.com/archtechx/nix.git
synced 2025-12-12 03:24:02 +00:00
Indentation
This commit is contained in:
parent
5fab1dceed
commit
34a84d3a11
1 changed files with 3 additions and 3 deletions
|
|
@ -83,9 +83,9 @@ Import the module in your system flake and invoke it with these parameters:
|
||||||
queueArgs = "--tries=3"; # optional, default empty
|
queueArgs = "--tries=3"; # optional, default empty
|
||||||
generateSshKey = false; # optional, defaults to true
|
generateSshKey = false; # optional, defaults to true
|
||||||
poolSettings = { # optional
|
poolSettings = { # optional
|
||||||
"pm.max_children" = 12;
|
"pm.max_children" = 12;
|
||||||
"php_admin_value[opcache_memory_consumption]" = "512";
|
"php_admin_value[opcache_memory_consumption]" = "512";
|
||||||
"php_admin_flag[opcache.validate_timestamps]" = true;
|
"php_admin_flag[opcache.validate_timestamps]" = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue