This commit is contained in:
4DBug
2026-03-03 21:48:51 -06:00
parent aeea92d752
commit 83c72a1742
10 changed files with 55 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ modules are automatically discovered via [import-tree](https://github.com/vic/im
```
modules/
├── core/ # System fundamentals (desktop, audio, graphics, network, theme)
├── hosts/ # Per-machine includes (nix, laptop, box)
├── hosts/ # Per-machine includes (nix, styx, box)
├── infra/ # Infrastructure (syncthing, cloudflared tunnels)
├── services/ # Self-hosted services (searxng, gitea, copyparty, ...)
├── software/ # User software (firefox, nixcord, beets, ...)
@@ -27,7 +27,7 @@ modules/
| Host | Role | GPU | Switch Command |
|------|------|-----|----------------|
| `nix` | desktop | nvidia | `nh os switch ~/nix --impure -H nix` |
| `laptop` | laptop | amd | `nh os switch ~/nix --impure -H laptop` |
| `styx` | laptop | amd | `nh os switch ~/nix --impure -H styx` |
| `box` | homeserver | — | `nh os switch ~/nix --impure -H box` |
---