Commit Graph

15 Commits

Author SHA1 Message Date
2a010f7882 readme: update contact info, explain modules/ dir 2022-11-22 05:34:11 +00:00
43fa7fdd9f rename machines -> hosts
- shorter.
- congruent with `nixos-rebuild .` choosing what to build based on `hostname`.
- more widely used within other nix repos i've seen.
- more accurate in the case that i migrate a host to a different
machine (which i plan to do with servo).
2022-11-22 02:33:47 +00:00
8f0a270154 readme: document how to build nixpkgs and cross packages 2022-10-15 01:28:30 -07:00
5558da55d5 readme: document how to build custom sane packages 2022-09-22 17:44:57 -07:00
c39170be23 formatting nits 2022-08-24 19:46:10 -07:00
d7d9c0b9ba cleanup TODO, readme 2022-06-26 03:44:41 -07:00
2b8ff8d5ae rename 'uninsane' machine -> 'servo' 2022-06-12 15:11:41 -07:00
492506ab01 remove the last remnants of the old secrets system.
using SOPS exclusively now
2022-06-08 17:07:48 -07:00
0b3e7a2c4a update secrets documentation 2022-05-27 01:01:06 -07:00
4553f7ee42 readme: inline a few tips 2022-05-26 13:21:40 -07:00
f53e7e6acf flake: factor out some machine helpers
new structure is `imgs.<foo>` to build a disk image
2022-05-22 14:40:29 -07:00
958dadf2ba readme: remove old image details 2022-05-22 03:14:50 -07:00
bd3bf6d108 add a #lappy-gpt target which builds a flat, flashable image.
the root part is ext4 instead of btrfs. nixos-generators doesn't support
btrfs. the underlying machinery does though, so we can remove the
middleman in a future patch to achieve that.
2022-05-21 18:05:32 -07:00
e0f710b8a3 update readme to explain how to handle secrets with git 2022-05-21 02:08:49 +00:00
55b3b6ad46 port to a flake
built and switched. will try reboot.
2022-05-21 01:59:51 +00:00