summaryrefslogtreecommitdiff
path: root/gnu/machine/hetzner.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/machine/hetzner.scm')
-rw-r--r--gnu/machine/hetzner.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/machine/hetzner.scm b/gnu/machine/hetzner.scm
index b4858fa3d26..148e3139b19 100644
--- a/gnu/machine/hetzner.scm
+++ b/gnu/machine/hetzner.scm
@@ -19,6 +19,12 @@
19;;; You should have received a copy of the GNU General Public License 19;;; You should have received a copy of the GNU General Public License
20;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 20;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
21 21
22;;; Commentary:
23;;;
24;;; This module implements a high-level interface for provisioning machines on
25;;; the Hetzner Cloud service https://docs.hetzner.cloud.
26;;;
27
22(define-module (gnu machine hetzner) 28(define-module (gnu machine hetzner)
23 #:use-module (gnu bootloader grub) 29 #:use-module (gnu bootloader grub)
24 #:use-module (gnu bootloader) 30 #:use-module (gnu bootloader)
@@ -91,12 +97,6 @@
91 hetzner-configuration? 97 hetzner-configuration?
92 hetzner-environment-type)) 98 hetzner-environment-type))
93 99
94;;; Commentary:
95;;;
96;;; This module implements a high-level interface for provisioning machines on
97;;; the Hetzner Cloud service https://docs.hetzner.cloud.
98;;;
99
100 100
101;;; 101;;;
102;;; Hetzner operating systems. 102;;; Hetzner operating systems.