Skip to content

Commit c7459ec

Browse files
authored
deploy_nixos: document `hermetic option (#53)
1 parent 3fcb37d commit c7459ec

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
@@ -105,6 +105,7 @@ see also:
105105
| config\_pwd | Directory to evaluate the configuration in. This argument is required if 'config' is given | `string` | `""` | no |
106106
| extra\_build\_args | List of arguments to pass to the nix builder | `list(string)` | `[]` | no |
107107
| 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 |
108109
| keys | A map of filename to content to upload as secrets in /var/keys | `map(string)` | `{}` | no |
109110
| nixos\_config | Path to a NixOS configuration | `string` | `""` | no |
110111
| ssh\_agent | Whether to use an SSH agent. True if not ssh\_private\_key is passed | `bool` | `null` | no |

0 commit comments

Comments
 (0)