You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy_nixos/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ see also:
107
107
| config\_pwd | Directory to evaluate the configuration in. This argument is required if 'config' is given |`string`|`""`| no |
108
108
| extra\_build\_args | List of arguments to pass to the nix builder |`list(string)`|`[]`| no |
109
109
| 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 |
110
111
| 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 |
111
112
| 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 |
112
113
| keys | A map of filename to content to upload as secrets in /var/keys |`map(string)`|`{}`| no |
0 commit comments