1
0
Fork 0
mirror of https://github.com/ananthb/nixos-config.git synced 2026-09-20 16:27:05 +00:00
Reusable NixOS, nix-darwin, and home-manager modules
Find a file
2026-09-20 15:50:00 +00:00
.github/workflows ci: tee the closure sizes to the job log 2026-09-14 01:37:48 +05:30
home coder: drop the c, ltex and ansible helix groups from the workspace 2026-09-14 01:53:06 +05:30
hosts chromebook: drop the ASLR entropy sysctl the ChromeOS kernel rejects 2026-09-20 20:31:58 +05:30
lib Move dev/discovery config in; add Coder VM; drop hosting + docs 2026-07-22 02:48:51 +05:30
modules dev: forgejo-cli, fj for the forge at calculon.tech 2026-09-20 15:50:00 +00:00
secrets Move dev/discovery config in; add Coder VM; drop hosting + docs 2026-07-22 02:48:51 +05:30
.envrc updated flake inputs 2026-07-30 02:24:25 +05:30
.gitignore rename docs to doc 2026-06-07 16:32:30 +05:30
.sops.yaml Move dev/discovery config in; add Coder VM; drop hosting + docs 2026-07-22 02:48:51 +05:30
flake.lock dev: drop Agent of Empires and the tmux it pulled in 2026-09-19 20:25:29 +00:00
flake.nix dev: drop Agent of Empires and the tmux it pulled in 2026-09-19 20:25:29 +00:00
LICENSE initial: reusable NixOS, nix-darwin, home-manager modules 2026-06-07 13:56:01 +05:30
README.md docs: rewrite README in plain English; scrub private-repo references 2026-07-22 11:51:05 +05:30

nixos-config

How I run my machines. It holds a shared Nix dev environment (fish, yazelix, nixvim, git, direnv, starship, and CLI tools). It also holds the NixOS, nix-darwin, and home-manager configs that consume that environment. These run my laptop and my Coder dev VMs.

Secrets

Secrets are sops-encrypted. Only public key material lives in this repo. Heavyweight credentials aren't shipped here. They're fetched at runtime from Vault using a sops-encrypted approle.

License

GPLv3. See LICENSE.