commit 382887df65638bf5a377cf69a09e2db9c982202a Author: primary Date: Sat Apr 18 00:45:20 2026 -0400 init: empty repo for unified nixos flake diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c5f3f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/result +/result-* diff --git a/README.md b/README.md new file mode 100644 index 0000000..01c917d --- /dev/null +++ b/README.md @@ -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 ` to trace any file across the merge. + +See `AGENTS.md` for development conventions.