Add codex environment scripts, README and AGENTS

This commit is contained in:
2026-05-12 07:02:43 +10:00
parent 80bffb58c9
commit df4161265b
4 changed files with 148 additions and 1 deletions
+24 -1
View File
@@ -1,2 +1,25 @@
# nixos
## `README.md`
```markdown
# NixOS LAN Configurations
Flake-based NixOS configuration repository for Waynes LAN machines.
## Hosts
This flake currently defines:
| Host | Purpose |
|---|---|
| `nixos` | Main NixOS workstation / desktop |
| `docker` | Docker host for the main container stack |
| `kuma` | Docker-enabled Uptime Kuma style host |
| `server` | Storage / NFS / backup style server |
| `nix-cache` | Local Nix binary cache host |
| `nix-minimal` | Minimal NixOS host profile |
List hosts with:
```bash
nix eval --json .#nixosConfigurations --apply builtins.attrNames | jq -r '.[]'