Re: hurd-vm-service-type into /etc/config.scm

2024-03-18 Thread hubert.lomb...@ik.me
Hi Richard ! Le 2024-03-16T16:07:29.000+01:00, Richard Sent a écrit : > Hubert, > Your issue is in your operating-system services field. In the backtrace: >  > --8<---cut here---start->8--- >  > In procedure append: Wrong type argument in position 2 (expectin

Guix system on AQEMU HD fills

2024-03-18 Thread Brian O'Keefe
Hello This is very probably simple but not for me. I've been installing and reinstalling the latest GUIX OS in AQEMU. Aside from tweaks needed to conform to the install instructions everything is mostly good. But that's after 8 install attempts! However, yesterday I got a warning from my Ubun

Re: Guix system on AQEMU HD fills

2024-03-18 Thread Owen T. Heisler
On 3/18/24 15:56, Brian O'Keefe wrote: I've been installing and reinstalling the latest GUIX OS in AQEMU. yesterday I got a warning from my Ubuntu host that my HD was dangerously low. I saw that my ~/.aqemu folder was packed and the culprit was the virtual GUIX machine which had far exceed

Re: Guix system on AQEMU HD fills

2024-03-18 Thread Brian O'Keefe
Thanks Owen. I used the .iso image in the QEMU install. I will Run `guix gc -d` to delete all old generations. I have no need to rollback (yet!) I'm not using VBox as I have in the past, wanting to using FOSS apps. I'll keep track of disk usage. Luckily this is experimental and not a production

How do I put assign supplementary groups to nginx user?

2024-03-18 Thread Jayesh Bhoot
Hello, I am setting up a git server with Guix System with the following configuration: - A git user with home directory set to /srv/git, so that git repos can be hosted from /srv, and the repo urls can have the shortest path possible, like git@server:test-repo.git. - A git group to which the gi