Re: Wireguard

2021-04-13 Thread Cameron
IIRC the wireguard package only includes the kernel interface. Presumably you will want wireguard-tools and wg-quick to get the 'wg' and wg-quick commands. (I'm not at a terminal right now to check the exact package names so please don't take this as literal advice) Also beware that there is no

Re: Correct formatting of Guile in Emacs

2021-02-01 Thread Cameron
Hi Phil, I haven't done this myself, but the manual has a page on this: https://guix.gnu.org/manual/en/html_node/Formatting-Code.html >From this, it seems like the 'emacs-guix' package has a 'guix-devel-mode' that >should indent per the Guix style guide. -Cam On Mon, Feb 1, 2021, at 3:03 PM,

Re: Custom Service Definition for Caddy

2021-02-01 Thread Cameron
quot; "/var/run/caddy.pid") #:pid-file "/var/run/caddy.pid")) (stop #~(make-kill-destructor)) #+end_src -Cam On Thu, Jan 28, 2021, at 12:17 PM, Efraim Flashner wrote: > On Tue, Jan 26, 2021 at 11:02:58AM -0600, Cameron w

Custom Service Definition for Caddy

2021-01-26 Thread Cameron
;} root@tindall ~# #+end_src 'caddy run' will keep caddy in the foreground, but I see the same behavior when I use 'caddy start' (which forks another process for the daemon and exits immediately) in the service definition instead. I suspect something is wrong with the 'start' procedure I've defined, but I'm struggling to figure out what it is. What am I missing? -Cameron

Re: help with copy-build-system

2020-12-24 Thread Cameron
ens here is that guix expects the content of > the tarball to be in a subdirectory, which is not the case here. In the > source definition, you should use url-fetch/tarbomb instead of url-fetch. > > Le 23 décembre 2020 18:23:11 GMT-05:00, Cameron a écrit : >> Hello, >> &g

Help with copy-build-system

2020-12-24 Thread Cameron
Hello, I am new to Guix but it seems to be the perfect tools for running a small cluster of servers that I need to administer. The one thing that so far is holding me back from doing so is the absence of a package for Caddy (https://caddyserver.com) which this cluster relies on heavily. I hope

help with copy-build-system

2020-12-24 Thread Cameron
Hello, I am new to Guix but it seems to be the perfect tools for running a small cluster of servers that I need to administer. The one thing that so far is holding me back from doing so is the absence of a package for Caddy (https://caddyserver.com) which this cluster relies on heavily. I hope