Re: Deploy to guix machine

2022-08-15 Thread 宋文武
Reza Housseini writes: >> Try replacing "~" with (getenv "HOME")? I don't see anything in the >> manual about it auto-expanding tildes like Bash does. > > Thanks good catch, I tried it but the error message is still the same > must be something different. I especially wonder why it was working >

Re: Enterprise Guix Hosting?

2022-08-15 Thread Phil
Yasuaki Kudo writes: > What you wrote makes so much sense and sounds very familiar because I had > similar discussions with my partners at our worker coop! > > Sometime soon perhaps we can discuss in a video chat or something? Sure - keep us in the loop. > We would like to do this alongside o

Avoiding Typing Encryption Passphrase Multiple Times

2022-08-15 Thread guix . rc7ys--- via
Hello, I currently have both my root and home partition encrypted with the same passphrase. However, I have to type the same passphrase four times, the two partitions while in initial ram disk and then again after the initial ram disk boots the operating system. Is there a way to only have to

Re: Cantarell font with the gnome desktop interface

2022-08-15 Thread Christophe Pisteur
Thanks a lot, it works perfectly! Christophe Le lundi 15 août 2022 à 14:21 +, Luis Felipe a écrit : > I forgot one step, > > On Monday, August 15th, 2022 at 14:15, Luis Felipe > wrote: > > > I checked in my system (guix system 3f17158, kernel 5.18.12), and > > saw the same: No font appears

Re: Cantarell font with the gnome desktop interface

2022-08-15 Thread Luis Felipe
I forgot one step, On Monday, August 15th, 2022 at 14:15, Luis Felipe wrote: > I checked in my system (guix system 3f17158, kernel 5.18.12), and saw the > same: No font appears selected in GNOME Tweaks. That seems like a bug to me. > > As a workaround, I did the following: > > 1. guix inst

Re: Cantarell font with the gnome desktop interface

2022-08-15 Thread Luis Felipe
Hello Christophe, On Monday, August 15th, 2022 at 03:22, Christophe Pisteur wrote: > Hello, > Since I use a profile based on kernel 5.18, the cantarell font is not > available in the gnome desktop interface (gnome-tweak / fonts): the > cantarell font is not listed in the list of available inter

Re: Deploy to guix machine

2022-08-15 Thread Reza Housseini
Try replacing "~" with (getenv "HOME")? I don't see anything in the manual about it auto-expanding tildes like Bash does. Thanks good catch, I tried it but the error message is still the same must be something different. I especially wonder why it was working before, maybe I should check the

Re: Deploy to guix machine

2022-08-15 Thread Csepp
Reza Housseini writes: > [[PGP Signed Part:Undecided]] > Hi list > > I have a server running guix system, with this configuration > > (list (machine >(operating-system my-server) >(environment managed-host-environment-type) >(configuration (machine-ssh-configuration >

Deploy to guix machine

2022-08-15 Thread Reza Housseini
Hi list I have a server running guix system, with this configuration (list (machine (operating-system my-server) (environment managed-host-environment-type) (configuration (machine-ssh-configuration (host-name "my-host") (system