Chandler Swift
0f4b0295c8
Future direction: Have a systemd timer that regens this automatically, and updates the index page accordingly. |
||
---|---|---|
.. | ||
services | ||
configuration.nix | ||
hardware-configuration.nix | ||
Makefile | ||
README.md |
Installation
- Install NixOS minimal
ssh-keygen -N "" -f /etc/secrets/initrd/ssh_host_ed25519_key
- Enable SSH server and add root SSH key
- Deploy updated config with
make
- Set up Remote Disk Unlocking
- mkdir -p /etc/secrets/initrd && ssh-keygen -N "" -f /etc/secrets/initrd/ssh_host_25519_key
- Deploy content to web services
Notes on Caddy
Until 2.8 is released with 24.11, Caddy has a pretty limited sense of what content-types should be compressed:
https://github.com/caddyserver/caddy/blob/v2.7.6/modules/caddyhttp/encode/encode.go#L85-L101
Specifically, this doesn't include GeoJSON, which is a bit of a shame for maps.chandlerswift.com. That said, I'll probably be upgrading to 24.11 as soon as it comes out, so in the intervening time I'm just not going to worry about it.
The list was expanded in this PR: