Re: Location of Guix manpages in foreign distribution

2024-01-28 Thread Suhail
"Christina O'Donnell" writes: > If I'm not mistaken, ~/.config/guix/ is only for the environment that Guix > itself runs in. Yes, and the specific manuals (manpages instead of info) I was looking for were for the installed Guix version. It's unclear if the manpages for Guix were ever installed.

Re: Using gexps in wireguard-service-type postup

2024-01-28 Thread Clément Lassieur
On Sun, Jan 28 2024, Richard Sent wrote: > Clément Lassieur writes: > > On 2024-01-28 09:04, Clément Lassieur wrote: >> Hi Richard, >> which would be se same as >> >> (private-key #~(string-append #$sudo "/bin/sudo -u user <(pass >> ...)")) > > Thanks. I made some progress with this, al

Re: Using gexps in wireguard-service-type postup

2024-01-28 Thread Richard Sent
Clément Lassieur writes: On 2024-01-28 09:04, Clément Lassieur wrote: > Hi Richard, > which would be se same as > > (private-key #~(string-append #$sudo "/bin/sudo -u user <(pass ...)")) Thanks. I made some progress with this, although I wound up hitting another hurdle with the preshare

Re: Help packaging network-manager-sstp and sstp-client

2024-01-28 Thread Efraim Flashner
On Wed, Jan 24, 2024 at 10:34:16PM +0100, Lars Rustand wrote: > > Efraim Flashner writes: > > > Looking at the source code¹ it looks like the included autoconf script > > tries to execute configure. This doesn't work because between the > > bootstrap phase and the configure phase we have a phas

Re: Using gexps in wireguard-service-type postup

2024-01-28 Thread Clément Lassieur
Hi Richard, On Sat, Jan 27 2024, Richard Sent wrote: > Hi all, > > I'm trying to create a wireguard service, but I've encountered an issue > that I'm pretty sure I can only resolve using gexps and am having > trouble with the syntax (or if it's even possible to use them in this > case). > > I wan

Re: Using gexps in wireguard-service-type postup

2024-01-28 Thread Marek Paśnikowski
28.01.2024 03:19:54 CET Richard Sent: > Running `sudo herd start wireguard-wg-nickleslan` and checking > `/var/log/messages` shows an pretty unambiguous error, `error: sudo > not found`. Guix Gexps are also a bit magical for me, but I did successfully use a couple of them for debugging packages

Re: Cannot build personal channel derivation during guix pull

2024-01-28 Thread Marek Paśnikowski
27.01.2024 18:27:23 CET Parnikkapore via: > That "import a local directory with secrets" trick seems like a nice one to > have in the bag! It really is. Last night I also came up with a more general notion of "private inputs". Those could be not only secrets, but also things like channel branch