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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,7 @@ see also:
105
105
| config\_pwd | Directory to evaluate the configuration in. This argument is required if 'config' is given |`string`|`""`| no |
106
106
| extra\_build\_args | List of arguments to pass to the nix builder |`list(string)`|`[]`| no |
107
107
| extra\_eval\_args | List of arguments to pass to the nix evaluation |`list(string)`|`[]`| no |
108
+
| 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 |
108
109
| keys | A map of filename to content to upload as secrets in /var/keys |`map(string)`|`{}`| no |
109
110
| nixos\_config | Path to a NixOS configuration |`string`|`""`| no |
110
111
| ssh\_agent | Whether to use an SSH agent. True if not ssh\_private\_key is passed |`bool`|`null`| no |
0 commit comments