Add beanz.one to nginx and update sources
This commit is contained in:
parent
11169d0667
commit
c710e06232
3 changed files with 25 additions and 6 deletions
14
README.md
14
README.md
|
@ -1 +1,15 @@
|
|||
NixOS deployments using [nixus](https://github.com/Infinisil/nixus).
|
||||
|
||||
First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
|
||||
```sh
|
||||
$ nix-shell -p niv
|
||||
$ (cd config/sources && niv update)
|
||||
```
|
||||
Build with:
|
||||
```sh
|
||||
$ nix-build deploy/
|
||||
```
|
||||
Deploy by running the generated executable.
|
||||
```sh
|
||||
$ ./results
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue