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
1# Getting Started Guide
2
3Steps you can follow after cloning this template:
4
5- Be sure to read the [den documentation](https://vic.github.io/den)
6
7- Update den input.
8
9```console
10nix flake update den
11```
12
13- Run checks to test everything works.
14
15```console
16nix flake check
17```
18
19- Read [modules/den.nix](modules/den.nix) where hosts and homes definitions are for this example.
20
21- Read [modules/namespace.nix](modules/namespace.nix) where a new `eg` (an example) aspects namespace is created.
22
23- Read [modules/aspects/igloo.nix](modules/aspects/igloo.nix) where the `igloo` host is configured.
24
25- Read [modules/aspects/alice.nix](modules/aspects/alice.nix) where the `alice` user is configured.
26
27- Run the VM.
28
29```console
30nix run .#vm
31```
32
33- Edit and run VM loop.
34
35Feel free to add more aspects, organize things to your liking.