Re: Wireguard

2021-10-06 Thread Maxime Devos
crodges schreef op wo 06-10-2021 om 09:28 [-0700]: > [...] > I was able to create and run the vm. How can I build a .iso image with my > code > changes to install in a vps? I tried to change the code, compile, run > > guix system image -t iso9660 gnu/system/install.scm Don't forget ./pre-inst-e

Re: Wireguard

2021-10-06 Thread crodges
On Wednesday, September 22, 2021 10:23:11 A.M. PDT Maxime Devos wrote: > crodges schreef op wo 22-09-2021 om 09:03 [-0700]: > > On Wednesday, September 1, 2021 12:07:43 A.M. PDT Maxime Devos wrote: > > > crodges schreef op zo 29-08-2021 om 14:53 [-0700]: > > > > Hello everyone, > > > > > > > > Let

Re: Named environments

2021-10-06 Thread Ludovic Courtès
Hi! Sarah Morgensen skribis: > However, an actual `guix env' could do a lot more! Like you allude to, being > able to essentially save the options of a `guix environment' invocation would > be great: > > $ guix env --edit @test > $ guix env @test -- pytest Perhaps not as convenient (altho

Re: Code sharing between system and home services (was Re: On the naming of System and Home services modules.)

2021-10-06 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > It might be possible to modify 'make-forkexec-constructor/container' to call > (exec-command (cons* newuidmap ARGUMENTS-TO-NEWUIDMAP command) ...), > where newuidmap is (search-input-file "newuidmap" '("/run/setuid-programs" > "/usr/sbin" "/sbin")). > That path shoul