Go to file
noah metz e51cb78456 Anchor channels.d path to channels.scm's own location, not CWD
"./channels.d" only resolved because guix pull -C channels.scm happened
to be invoked with CWD == this file's directory. Once guix pull loads
this file as a plain module (e.g. from the store, to build its package
cache), CWD is unrelated to the checkout, so scandir returned #f and map
blew up with "Not a list: #f". Use (current-filename) instead so it works
regardless of how/where this file gets loaded from.
2026-07-28 22:05:52 -06:00
channels.d Fix guix pull: give channels.scm/channels.d/*.scm real define-module clauses 2026-07-28 21:57:52 -06:00
docker Move channels.scm, scripts/, docker/ in from the separate system repo 2026-07-28 20:10:51 -06:00
metznet Add metznet/machines/*.scm, restoring per-host system configs 2026-07-28 20:09:19 -06:00
scripts Move channels.scm, scripts/, docker/ in from the separate system repo 2026-07-28 20:10:51 -06:00
.gitignore Got vpn server running 2023-11-30 17:19:46 -07:00
.guix-channel Moved machines/system under metznet, and removed nonguix dependency 2023-12-02 17:19:54 -07:00
Makefile Added public key authentication from ldap 2023-12-04 13:03:23 -07:00
channels.scm Anchor channels.d path to channels.scm's own location, not CWD 2026-07-28 22:05:52 -06:00
docker-compose.yml Move channels.scm, scripts/, docker/ in from the separate system repo 2026-07-28 20:10:51 -06:00