This repository has been archived on 2026-07-30 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
0e29abd0ac8c472050e2af5050e87bf1d175a4ad
README.md
# NixOS LAN Configurations
Flake-based NixOS configuration repository for Wayne’s 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 '.[]'
Languages
Shell
64.5%
Nix
32.9%
Python
2.6%