diff options
Diffstat (limited to 'gnu/machine')
| -rw-r--r-- | gnu/machine/hetzner.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/machine/hetzner.scm b/gnu/machine/hetzner.scm index cf035c30cc8..2bce0c4a1f0 100644 --- a/gnu/machine/hetzner.scm +++ b/gnu/machine/hetzner.scm | |||
| @@ -202,7 +202,7 @@ Have you run 'guix archive --generate-key'?") | |||
| 202 | (build-locally? hetzner-configuration-build-locally? ; boolean | 202 | (build-locally? hetzner-configuration-build-locally? ; boolean |
| 203 | (default #t)) | 203 | (default #t)) |
| 204 | (delete? hetzner-configuration-delete? ; boolean | 204 | (delete? hetzner-configuration-delete? ; boolean |
| 205 | (default #f)) | 205 | (default #t)) |
| 206 | (labels hetzner-configuration-labels ; list of strings | 206 | (labels hetzner-configuration-labels ; list of strings |
| 207 | (default '())) | 207 | (default '())) |
| 208 | (location hetzner-configuration-location ; #f | string | 208 | (location hetzner-configuration-location ; #f | string |
