diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-10-22 18:31:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-22 18:32:52 +0200 |
commit | c93994b5e43acc6048b81836d30632e015306c92 (patch) | |
tree | e9f0e21e936a7f9fca2874eac1fa9310c77b6628 /doc | |
parent | 12712817ae97eb6305deeaad68ce17c9fa212917 (diff) | |
download | patches-c93994b5e43acc6048b81836d30632e015306c92.tar patches-c93994b5e43acc6048b81836d30632e015306c92.tar.gz |
machine: digital-ocean: Rename 'enable-ipv6' to 'enable-ipv6?'.
* gnu/machine/digital-ocean.scm (<digital-ocean-configuration>)[enable-ipv6]:
Rename to...
[enable-ipv6?]: ... this.
(deploy-digital-ocean): Adjust accordingly.
* doc/guix.texi (Invoking guix deploy): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f24dc6b26b..cb004d034d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -26050,7 +26050,7 @@ such that no two machines in the deployment have the same set of tags. A Digital Ocean region slug, such as @code{"nyc3"}. @item @code{size} A Digital Ocean size slug, such as @code{"s-1vcpu-1gb"} -@item @code{enable-ipv6} +@item @code{enable-ipv6?} Whether or not the droplet should be created with IPv6 networking. @end table @end deftp |