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
at main 33 lines 558 B view raw view rendered
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- Edit [modules/hosts.nix](modules/hosts.nix) 14 15- Build 16 17```console 18# default action is build 19nix run .#igloo 20 21# pass any other nh action 22nix run .#igloo -- switch 23``` 24 25- Run the VM 26 27We recommend to use a VM develop cycle so you can play with the system before applying to your hardware. 28 29See [modules/vm.nix](modules/vm.nix) 30 31```console 32nix run .#vm 33```