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.
beatz174-bit 193c10d4b7
Check NixOS configurations / eval-hosts (push) Has been cancelled
Merge pull request #4 from beatz174-bit/chore/update-flake-lock
chore: update flake.lock
2026-05-12 13:02:58 +10:00
2026-05-12 11:55:56 +10:00
2025-07-21 01:47:56 +10:00
2026-05-12 02:58:23 +00:00
2025-07-16 13:33:23 +10:00
2025-07-16 03:22:31 +00:00
2025-07-21 13:39:03 +10: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
17 MiB
Languages
Shell 64.5%
Nix 32.9%
Python 2.6%