From 3f73fca2c543a553dde326b8929a42aa091bf6ab Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Feb 2025 11:19:16 -0700 Subject: [PATCH] finish table for hosts --- README.md | 40 ++++++++++++---------------------------- 1 file changed, 12 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 39ca191..8b58389 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,18 @@ These files are for the partition layouts that I use. ## Host Nix files: (nix-configs/hosts/) -| Hostname | Role | Architecture | -| --------:| ----:| -------------:| -| Shepard | 💻️ | x86_64-linux | -| Peebee | 📱 | aarch64-linux | +These files are for the systems themselves such as my custom desktop, Thinkpad X13s or my homelab. + +| Hostname | Role | Architecture | +| ----------:| ----:| ---------------:| +| `shepard` | 🖥️ | `x86_64-linux` | +| `edi` | ☁️ | `x86_64-linux` | +| `garrus` | 💻 | `x86_64-linux` | +| `drack` | 💻 | `aarch64-linux` | +| `jaal` | 💻 | `aarch64-linux` | +| `vetra` | ☁️ | `aarch64-linux` | +| `peebee` | 📱 | `aarch64-linux` | +| `lexi` | 📱 | `aarch64-linux` | ### Desktop Nix files: (nix-configs/desktops/) @@ -37,30 +45,6 @@ These files are for the desktops (DE or WM) that I use at times. - `pantheon.nix` : This file is for the desktop and login manager (this removes AppCenter) - `sway.nix` : This file is for the Sway WM -#### Hosts Nix files: (nix-configs/hosts/) - -These files are for the systems themselves such as my Pinebook Pro, Raspberry Pi 4B or HP Omen. - -**NOTE:** These are only really used to set the hostname, install the NVIDIA driver (like for thelio-nvidia) and such. - -##### x86_64 Nix files: (nix-configs/systems/x86_64/) - -- `shepard` : This is my System76 nebula49. -- `garrus` : This is my System76 Galago Pro (galp5). -- `grunt` : This is my Google Pixel Slate. -- `edi` : This is my custom build for homelab stuff. -- `thelio-nvidia` : This is my work Thelio B1. -- `sovereign` : This was a Linode instance but it could be for other VPS services as well. -- `harbinger` : This was a Linode instance but it could be for other VPS services as well. - -##### aarch64 Nix files: (nix-configs/systems/aarch64/) - -- `jaal.nix` : This is my Pinebook Pro. -- `drack.nix` : This is my Thinkpad X13s. -- `peebee.nix` : This is my PinePhone. -- `lexi.nix` : This is my OnePlus 6T. -- `vetra.nix` : This is my Raspberry Pi 4B. - ## Web Nix files: (nix-configs/web/) These files are for websites such as LAMP and NGINX. Most of these are no longer being used so they may not work with the latest changes.