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
Getting Started Guide#
Steps you can follow after cloning this template:
-
Be sure to read the den documentation
-
Update den input.
nix flake update den
- Run checks to test everything works.
nix flake check
-
Read modules/den.nix where hosts and homes definitions are for this example.
-
Read modules/namespace.nix where a new
eg(an example) aspects namespace is created. -
Read modules/aspects/igloo.nix where the
igloohost is configured. -
Read modules/aspects/alice.nix where the
aliceuser is configured. -
Run the VM.
nix run .#vm
- Edit and run VM loop.
Feel free to add more aspects, organize things to your liking.