Initial commit
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Getting Started Guide
|
||||
|
||||
Steps you can follow after cloning this template:
|
||||
|
||||
- Be sure to read the [den documentation](https://vic.github.io/den)
|
||||
|
||||
- Update den input.
|
||||
|
||||
```console
|
||||
nix flake update den
|
||||
```
|
||||
|
||||
- Edit [modules/hosts.nix](modules/hosts.nix)
|
||||
|
||||
- Run the VM
|
||||
|
||||
We recommend to use a VM develop cycle so you can play with the system before applying to your hardware.
|
||||
|
||||
See [modules/vm.nix](modules/vm.nix)
|
||||
|
||||
```console
|
||||
nix run .#vm
|
||||
```
|
||||
Reference in New Issue
Block a user