Re: Guix system image record with a large root partition

2024-06-12 Thread Richard Sent
Sergey Trofimov writes: > Building a full-sized disk image seems wasteful, especially for large > partitions. This hasn't been merged, but there was a patch proposed for a resize-fs-service that would resize the partition on boot. https://issues.guix.gnu.org/69090. Maybe worth taking a look at?

Re: using magit (and maybe mu4e) for sending patches to Guix?

2024-06-12 Thread Felix Lechner via
Hi Benjamin, On Mon, Jun 10 2024, Benjamin Slade wrote: > so was wondering if anyone had a good Magit workflow I use the 'W' (that's a capital W) command in Magit and then 'c' for "create" with all the bells and whistles, ie. - "C-m b" for base commit; - "C-m v" for reroll count; and f

Re: Guix Deploy not respecting `build-locally?` field in `machine-ssh-configuration`

2024-06-12 Thread Dev@icepic
Hi Torres. Some weeks ago I posted a similar question to this list. See https://lists.gnu.org/archive/html/help-guix/2024-04/msg00026.html. My setup is quite similiar to yours. I want to deploy a custom kernel/system image from an x86 host to an rpi4 (aarch64). Using 'guix deploy' with confi

Re: Guix system image record with a large root partition

2024-06-12 Thread Sergey Trofimov
Hi, I've documented my approach here: http://sarg.org.ru/blog/guix-restore-drill/ tldr - create an efi image, dd to the target disk, resize the fs. Building a full-sized disk image seems wasteful, especially for large partitions.

Re: [guix-artwork] Include Gottfried’s song "Guix"

2024-06-12 Thread Luis Felipe
Hi everyone, El 12/06/24 a las 18:24, gfp escribió: Hello Florian, I shared all the music files without limit and not temporarily. But unfortunately it always changed back and put a date. I don't know why this happens. I checked it now the 3rd time and shared it without limits. Hopfully all the

Re: [guix-artwork] Include Gottfried’s song "Guix"

2024-06-12 Thread gfp
Hello Florian, I shared all the music files without limit and not temporarily. But unfortunately it always changed back and put a date. I don't know why this happens. I checked it now the 3rd time and shared it without limits. Hopfully all the files are available. If there are again problems, ple

Re: A bridge network for QEMU VMs

2024-06-12 Thread Fabio Natali
On 2024-06-11, 22:50 +0200, Sergey Trofimov wrote: > Hi, I've made a shepherd service for that: > https://github.com/sarg/dotfiles/blob/c3d9fe10f625e0434301c1c55890579a73919b52/guix/hass.scm#L27-L49 Hey Sergey, This is brilliant, thanks. Perhaps not as clean as if done natively via the 'static-n

Guix Deploy not respecting `build-locally?` field in `machine-ssh-configuration`

2024-06-12 Thread Lobo Torres
Hi, I'm using the deploy utilities to manage a Raspberry Pi 4 running Guix System. The configuration for said system[1] involves compiling a custom kernel, which I first tried to do normally (by running `guix deploy rpi4-deploy.scm` [2]), which compiled the kernel using the native compilation,

Re: A bridge network for QEMU VMs

2024-06-12 Thread Sergey Trofimov
Hi, I've made a shepherd service for that: https://github.com/sarg/dotfiles/blob/c3d9fe10f625e0434301c1c55890579a73919b52/guix/hass.scm#L27-L49

Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-12 Thread Christoph Buck
Thiago Jung Bauermann writes: > Hello Christoph, Hi Thiago! > This is a pity, because it doesn't look like this use-case would be hard > to support in Guix and I think it would be a killer feature for > developers, allowing it to gain more popularity as a development tool. I think so too. Comp

Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-12 Thread Christoph Buck
Richard Sent writes: > Hi Christoph! Hi Richard! Christoph here (writing from a different mail address to up my mailing list game). > (I assume your inspiration was [1], but in my opinion this is > different enough in both context and content to deserve its own > section.) > [...] > [1]: https