Personal NixOS configuration using a dendritic module layout with flake-parts.
# bootstrapping after fresh install curl -fsSL nix.fbb.sh/install | bash
Build
nh os switch # Build and switch nh os test # Test without switching nh os rollback # Rollback to previous build nh os switch --update # Update and rebuild
Tasks
just # List all available recipes # featured just lint # Run linter suite just fmt # Format files just build-images # Build all custom container images just update-sops-keys # Re-encrypt secrets with current recipients just update-avatar # Update GitHub avatar hash in flake metadata
Dotfiles
Dotfiles are managed via Home Manager + GNU Stow. → https://github.com/fbosch/dotfiles
Credits
- Dendritic pattern — https://vic.github.io/dendrix/
- Inspiration — https://github.com/MrSom3body/dotfiles
- Inspiration — https://github.com/drupol/infra