push
This commit is contained in:
@@ -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` |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user