init: empty repo for unified nixos flake

This commit is contained in:
primary
2026-04-18 00:45:20 -04:00
commit 382887df65
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/result
/result-*

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# nixos
Unified NixOS flake for three hosts:
- **mreow** — Framework 13 AMD AI 300 laptop (nixos-unstable)
- **yarn** — AMD Zen 5 desktop with Jovian-NixOS Steam mode (nixos-unstable, pull-based updates)
- **muffin** — AMD Zen 3 server (nixos-25.11, deploy-rs, agenix, ZFS, Caddy + services)
This repository was created by merging the histories of `dotfiles` (mreow, yarn) and `server-config` (muffin)
via `git subtree add`. See `git log --follow <file>` to trace any file across the merge.
See `AGENTS.md` for development conventions.