| .. | ||
| .github/workflows | ||
| modules | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
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.