diff --git a/README.md b/README.md index 0c5f979..9737d7b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # Flake-based, Multi-Host NixOS Configuration --- -## Output of `nix flake show`: +## Layout - -![Output of nix flake show](./assets/screen-nix-flake-show.png) - -## Output of `nix flake metadata` - -![Output of nix flake show](./assets/screen-nix-flake-metadata.png) ---- +- `common`: Stuff that is the same for every host +- `home`: Home-Manager Configuration + - `config-files`: Stuff I haven't migrated into Nix expressions (yet) + - `modules`: Per-application modules for all sorts of stuff +- `hosts` + - `aarch64-linux/alastor`: Apple MacBook Air M1 + - `x86_64-linux` + - `asmodeus`: My tower PC packing a Ryzen 7 5800X;, 48GB DDR4 RAM, GTX3060 and a shitload of drives (around 62TB) + - `beleth`: My Hetzner EX41 Server with an Intel i7 6700, 64GB DDR4 RAM, 8TB (2x4) + - `lambda`: Lenovo IdeaPad C340-14IML + - `lilith`: Lenovo ThinkPad T480, 32GB DDR4 RAM, 1TB NVME + - `seraphim`: 2012-ish Mac-Mini with 4TB of Storage +```