beatzaplenty 5fbc8ba5df
Check NixOS configurations / eval-hosts (push) Failing after 32m54s
Update hosts/server/configuration.nix
2026-06-01 01:42:25 +00:00
2026-05-12 13:28:33 +10:00
2026-05-25 06:13:47 +00:00

README.md

# 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 '.[]'
S
Description
No description provided
Readme MIT 745 KiB
Languages
Nix 89.6%
Shell 10.4%