Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented

Update declare-hosts.mdx

authored by oeiuwq.com and committed by

GitHub 2a654815 e1ec8798

+6 -1
+6 -1
docs/src/content/docs/guides/declare-hosts.mdx
··· 7 7 8 8 9 9 <Aside title="Source" icon="github"> 10 - [`modules/_types.nix`](https://github.com/vic/den/blob/main/modules/_types.nix) · Reference: [Entity Schema](/reference/schema/) 10 + [`modules/_types.nix`](https://github.com/vic/den/blob/main/modules/_types.nix) 11 11 </Aside> 12 + 12 13 13 14 14 15 ## Host Declaration ··· 30 31 `flake.darwinConfigurations` depending on its `class` (auto-detected from system). 31 32 32 33 ## Host Schema 34 + 35 + <Aside title="Important" icon="nix"> 36 + Be sure to read about the entity [Schemas](/reference/schema/), each of `host`/`user`/`home` has a corresponding `den.base.*` module for meta-configuration. Which can later be used in aspects that read from `host`. These schemas are the meta-data equivalent of what Dendritic flake-parts users do with flake-level options. 37 + </Aside> 33 38 34 39 Hosts have these options (all with sensible defaults): 35 40