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
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in schema.mdx from 'hardedned' to 'hardened' (#343)

Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>

authored by

Pol Dellaiera and committed by
GitHub
54c31c14 b7f910ab

+1 -1
+1 -1
docs/src/content/docs/reference/schema.mdx
··· 26 26 27 27 ```nix 28 28 den.hosts.x86_64-linux.igloo = { 29 - hardedned = true; # custom free-form metadata 29 + hardened = true; # custom free-form metadata 30 30 31 31 # repetitive 32 32 users.alice.classes = [ "homeManager" ];