My unified nix flake for all configuration management.
Find a file
Daniel Flanagan 906e8a81a3
Some checks failed
/ flake-check (push) Failing after 13m26s
/ build-devshell (push) Failing after 13m27s
/ build-host (map[host:router]) (push) Failing after 13m27s
/ build-host (map[host:foxtrot]) (push) Failing after 13m27s
/ build-host (map[host:flipflop]) (push) Failing after 13m27s
/ build-host (map[host:dragon]) (push) Failing after 13m28s
/ build-host (map[host:beefcake]) (push) Failing after 13m28s
fix: move links up top
2025-03-20 14:08:24 -05:00
.forgejo/workflows fix: add echo command at end of jobs for clarity 2025-03-20 12:38:34 -05:00
.helix Format 2025-02-14 13:31:18 -06:00
lib fix(#19): readme and docs 2025-03-20 14:04:21 -05:00
packages fix: resolve conflicts and set version for CI workflow, add close_surface keybind to ghostty 2025-03-20 12:29:12 -05:00
secrets Uwu 2025-02-11 01:27:43 -06:00
.envrc Fprintd fixes? 2024-03-24 14:34:44 -05:00
.gitignore Implement pre-commit using the pre-commit-hooks flake 2024-02-23 10:35:41 -06:00
.sops.yaml Roll dragon secrets again for second re-install 2025-01-06 11:04:37 -06:00
flake.lock chore: update flake 2025-03-11 20:43:37 -05:00
flake.nix feat: out-of-store symlink options, start readme tweaks, bring back pa alias 2025-03-18 14:43:36 -05:00
readme.md fix: move links up top 2025-03-20 14:08:24 -05:00

Details

I aim for declaring everything where possible, but I definitely break the rules if it's convenient enough and try to write it down when I do so. I also don't like repeating myself in configuration. I am mostly focused on being pragmatic and getting things done and doing so in a way that makes it easy to keep doing so (maintainability), but I also occasionally fall into experimenting with big refactors of the code for no real gain.

Layers

  • Common defaults (machines that I might not interact with at all or only rarely, such as backup targets)
  • Machines that I interact with only remotely (shell class)
  • Machines that I interact with directly, such as a laptop or my desktop workstation (desktop class)