From 2e8439d37ec79f6e0896f29d26bca2d024bd27fe Mon Sep 17 00:00:00 2001 From: Roman Scherer Date: Thu, 27 Feb 2025 19:24:46 +0100 Subject: machine: hetzner: Fix deployment on smaller instances. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/machine/hetzner.scm (hetzner-machine-rescue-install-os): Avoid out of disk space error by bind mounting /mnt/tmp/gnu/store to /gnu/store. * tests/machine/hetzner.scm: Test with smaller instances. * doc/guix.texi (Invoking guix deploy): Mention unsupported instance. Change-Id: If8bfb6733de493b51813b3e82e255849192f7cba Signed-off-by: Ludovic Courtès --- tests/machine/hetzner.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/machine/hetzner.scm b/tests/machine/hetzner.scm index 39eac4a4d5..1552bcb9a0 100644 --- a/tests/machine/hetzner.scm +++ b/tests/machine/hetzner.scm @@ -64,7 +64,7 @@ (environment hetzner-environment-type) (configuration (hetzner-configuration (labels %labels) - (server-type "cax41") + (server-type "cax11") (ssh-key %ssh-key-file))))) (define %x86-machine @@ -76,7 +76,7 @@ (environment hetzner-environment-type) (configuration (hetzner-configuration (labels %labels) - (server-type "cpx51") + (server-type "cx22") (ssh-key %ssh-key-file))))) (define (cleanup machine) -- cgit v1.2.3