14 lines
305 B
Markdown
14 lines
305 B
Markdown
|
|
# nixos-systems
|
||
|
|
|
||
|
|
These are the system definitions for various systems being run by Gleipnir Technology.
|
||
|
|
|
||
|
|
## From Zero
|
||
|
|
|
||
|
|
Hat tip to [the negation](https://thenegation.com/posts/nixos-do-colmena/) for some ideas here.
|
||
|
|
|
||
|
|
Build a custom image for Digital Ocean:
|
||
|
|
|
||
|
|
```
|
||
|
|
nix-build digitalocean/custom-image.nix
|
||
|
|
```
|