I hereby claim:
- I am gfrey on github.
- I am gfrey (https://keybase.io/gfrey) on keybase.
- I have a public key whose fingerprint is C4B6 DA82 02CC E673 7AA3 5D67 1231 DDD2 515F 2772
To claim this, I am signing this object:
| description "Properly handle haproxy" | |
| start on startup | |
| env PID_PATH=/var/run/haproxy.pid | |
| env BIN_PATH=/usr/sbin/haproxy | |
| script | |
| exec /bin/bash <<EOF | |
| $BIN_PATH -f /etc/haproxy.cfg -D -p $PID_PATH |
I hereby claim:
To claim this, I am signing this object:
Make sure you have the Nix package manager installed and the "experimental" flake feature enabled:
$ cat ~/.config/nix/nix.conf
experimental-features = nix-command flakesThen run nix develop to get all required tools installed.
Starting VSCode using code . will configure most parts of the IDE properly (the Go extension is necessary, of course).