From f5ed731abbc38d765333b005b9815a5f6d3e59c2 Mon Sep 17 00:00:00 2001 From: Kleidi Bujari Date: Tue, 10 Dec 2024 13:24:51 -0500 Subject: Finalize working configs and prior to adding secrets System configurations in a known good state. Secrets still have to be integrated, at this point the nixos-anywhere project will likely handle this to keep the bootstrap completely automatic since it can copy ssh host keys to the host prior to install/activation. This would work nicely with the sops secret module, but a good way to manage host keys for each machine still has to be decided. --- README | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..4cd273a --- /dev/null +++ b/README @@ -0,0 +1,38 @@ + ________________ +< depot the repo > + ---------------- + \ ,__, + \ (oo)____ + (__) )\ + ||--|| * + + +The depot is a monorepo for my tools, infrastructure, and any other +personal projects. I treat it as a small research lab, working on +bleeding edge networking and computing projects. + +A lot of the software here is used only to sustain other parts of the +repo, serving as a composable in-tree base for other functionality I can +experiment with. This repo aims to unify many related subprojects under +one roof. + +Machines +======== + + Iridium: + x86_64 mini-computer that runs compute for local network. + + Radon: + x86_64 local server for backups and bulk storage. + + T1: + High-performance desktop with discrete GPU and fancy CPU. + + T480: + Simple laptop with integrated GPU + +License +======= + +Unless otherwise stated in a subdirectory, all code is provided under +the MIT license. -- cgit v1.3.1