From d07b735820106439958fff35ca56dc5718807730 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Fri, 13 Oct 2023 21:40:26 -0700 Subject: [PATCH] Update top level readme --- readme.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 838bfc4d..bd0bc5b7 100644 --- a/readme.md +++ b/readme.md @@ -4,13 +4,17 @@ My personal dotfiles repo. Documentation is pretty spotty. Maybe I'll fix that someday, but I probably won't. -| | Primary desktop. | -|---|---| -| | Home server. | -| | Steam Deck. | - ## Usage -Dotfiles are managed with chezmoi and located in the `home` folder. Ansible -scripts for installing and configuring various linux distrobutions are located -in the `provision` folder +Dotfiles are managed with chezmoi and located in the `home` folder. The NixOS +flake contained in `provision` contains nix code for installing and configuring +my various NixOS based machines. See the provision [readme](./provision/readme.md) +for information on initial installation. + +## Managed Machines + +| | Name | Role | Description | +|---|---|---|---| +| | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Main machine that does it all gaming, programming, 3D modelling, etc. | +| | [Torus](./provision/hosts/torus/) | Home server | Primary home server for storage, hosting machine backups, and running services like Jellyfin. | +| | [Bulwark](./provision/hosts/bulwark/) | Steam Deck | NixOS based Steam Deck that can has my linux niceties and acts like a Steam Deck using the great [Jovian Nixos](https://github.com/Jovian-Experiments/Jovian-NixOS). |