tabs workaround

This commit is contained in:
2026-03-05 15:41:39 +00:00
parent e463c42740
commit f55137f7ca
2 changed files with 13 additions and 1 deletions

View File

@@ -132,7 +132,8 @@ in {
### Secrets Management
- Use SOPS for secrets (see `.sops.yaml`)
- Never commit unencrypted secrets
- Secret definitions in `modules/secrets.nix`
- Secret definitions live in per-host modules (`modules/michael.nix`, `modules/tahani.nix`, etc.)
- Shared SOPS defaults (module imports, key paths) in `modules/secrets.nix`
### Aspect Composition
Use `den.aspects.<name>.includes` to compose aspects: