Skip to content

Commit eab07d7

Browse files
committed
deploy_nixos: document closure copy concurrency support
1 parent bb2c7a0 commit eab07d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy_nixos/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ see also:
107107
| config\_pwd | Directory to evaluate the configuration in. This argument is required if 'config' is given | `string` | `""` | no |
108108
| extra\_build\_args | List of arguments to pass to the nix builder | `list(string)` | `[]` | no |
109109
| extra\_eval\_args | List of arguments to pass to the nix evaluation | `list(string)` | `[]` | no |
110+
| closure\_copy\_concurrency | Concurrency used when transferring derivations to the remote host | `number` | `1` | no |
110111
| hermetic | Treat the provided nixos configuration as a hermetic expression and do not evaluate using the ambient system nixpkgs. Useful if you customize eval-modules or use a pinned nixpkgs. | `bool` | false | no |
111112
| flake | Treat the provided nixos_config as the name of the NixOS configuration to use in the flake located in the current directory. Useful if you customize eval-modules or use a pinned nixpkgs. | `bool` | false | no |
112113
| keys | A map of filename to content to upload as secrets in /var/keys | `map(string)` | `{}` | no |

0 commit comments

Comments
 (0)