diff options
Diffstat (limited to 'doc/examples')
| -rw-r--r-- | doc/examples/guix-on-linode.scm (renamed from doc/examples/cloud-guix.scm) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/cloud-guix.scm b/doc/examples/guix-on-linode.scm index 3d4bde024fd..56acf53b640 100644 --- a/doc/examples/cloud-guix.scm +++ b/doc/examples/guix-on-linode.scm @@ -1,6 +1,7 @@ ;; Most cloud service providers use qemu / cloud-init to run images inside ;; inside of a virtual machine. This example was written for the "linode" -;; tutorial originally, but it should apply to other cloud services as well. +;; tutorial originally, but it should apply similarly other cloud services +;; as well. (use-modules (gnu) (guix modules)) |
