Update top level readme

This commit is contained in:
Tyler Starr 2023-10-14 14:52:25 -07:00
parent 8c9b4825ff
commit aa06e4aa51
2 changed files with 10 additions and 5 deletions

BIN
img/nesasio.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -6,15 +6,20 @@ someday, but I probably won't.
## Usage ## Usage
Dotfiles are managed with chezmoi and located in the `home` folder. The NixOS Dotfiles are managed with chezmoi and located in the `home` folder.
flake contained in `provision` contains nix code for installing and configuring
my various NixOS based machines. See the provision [readme](./provision/readme.md) The NixOS flake contained in `provision/nixos` contains nix code for installing
and configuring my various NixOS based machines. See the provision [readme](./provision/readme.md)
for information on initial installation. for information on initial installation.
The `provision/alpine` folder contains a script to install and configure [iSH](https://ish.app/)
for use with zk and taskwarrior.
## Managed Machines ## Managed Machines
| | Name | Role | Description | | | Name | Role | Description |
|---|---|---|---| |---|---|---|---|
| <img src="./img/kestrel.png" width="100"> | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Main machine that does it all gaming, programming, 3D modelling, etc. | | <img src="./img/kestrel.png" width="100"> | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Nixos based main machine that does it all gaming, programming, 3D modelling, etc. |
| <img src="./img/torus.png" width="100"> | [Torus](./provision/hosts/torus/) | Home server | Primary home server for storage, hosting machine backups, and running services like Jellyfin. | | <img src="./img/torus.png" width="100"> | [Torus](./provision/hosts/torus/) | Home server | NixOS based home server for storage, hosting machine backups, and running services like Jellyfin. |
| <img src="./img/bulwark.png" width="100"> | [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). | | <img src="./img/bulwark.png" width="100"> | [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). |
| <img src="./img/nesasio.png" width="100"> | [Nesasio](./provision/alpine/) | Phone CLI | iSH config for zk and taskwarrior. |