1
0
Fork 0
mirror of https://github.com/archtechx/nix.git synced 2025-12-12 03:24:02 +00:00

Indentation

This commit is contained in:
Samuel Štancl 2025-07-23 02:00:06 +02:00
parent 5fab1dceed
commit 34a84d3a11

View file

@ -83,9 +83,9 @@ Import the module in your system flake and invoke it with these parameters:
queueArgs = "--tries=3"; # optional, default empty
generateSshKey = false; # optional, defaults to true
poolSettings = { # optional
"pm.max_children" = 12;
"php_admin_value[opcache_memory_consumption]" = "512";
"php_admin_flag[opcache.validate_timestamps]" = true;
"pm.max_children" = 12;
"php_admin_value[opcache_memory_consumption]" = "512";
"php_admin_flag[opcache.validate_timestamps]" = true;
};
})
```