[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77019] [PATCH 0/1] machine: hetzner: Allow attaching existing publi
From: |
Sergey Trofimov |
Subject: |
[bug#77019] [PATCH 0/1] machine: hetzner: Allow attaching existing public IPs. |
Date: |
Fri, 14 Mar 2025 20:17:11 +0100 |
This patch allows attaching existing IP addresses to hetzner VMs. Use it when
a static IP address is necessary on the VM.
While testing it I've found out that `guile-json` doesn't support nullable
fields, so it is not possible to disable v4 or v6 addresses currently
(e.g. `(ipv4 #f)`). See https://github.com/aconchillo/guile-json/issues/87 for
details.
Sergey Trofimov (1):
machine: hetzner: Allow attaching existing public IPs.
doc/guix.texi | 10 ++++++++++
gnu/machine/hetzner.scm | 25 +++++++++++++++++++++++++
gnu/machine/hetzner/http.scm | 35 +++++++++++++++++++++++++++++------
3 files changed, 64 insertions(+), 6 deletions(-)
base-commit: 9449ab3c2025820d2e6fd679fa7e34832b667ea7
--
2.48.1
- [bug#77019] [PATCH 0/1] machine: hetzner: Allow attaching existing public IPs.,
Sergey Trofimov <=