diff options
| author | Dan Rostovtsev <dan@rostovtsev.org> | 2026-03-15 19:10:43 -0400 |
|---|---|---|
| committer | Dan Rostovtsev <dan@rostovtsev.org> | 2026-03-15 19:10:43 -0400 |
| commit | 9f434b57b7fc477894e52c47a6cf565da3b43b2d (patch) | |
| tree | 9ce55a5fdd5f1d2c4069d8ca56da0985d6448c3c /doc/examples | |
| parent | 9a2d526cd356b216098964e4939198532b1a2bdf (diff) | |
Added instructions for deploying machine configurations.linode-image-docs
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)) |
