add README.md

This commit is contained in:
2022-10-04 14:41:28 +02:00
parent f9782cb9b9
commit 45adfc8121

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# malobeo infrastructure
this repository nxios configurations of the digital malobeo infrastructure. it should be used to setup, test, build and deploy different hosts in a reproducible manner.
## creating a new host
currently nixos offers no declarative way of setting up filesystems and partitions. that means this has to be done manually for every new host. [to make it as easy as possible we can use this guide to setup an encrypted zfs filesystem](https://openzfs.github.io/openzfs-docs/Getting%20Started/NixOS/Root%20on%20ZFS.html)
we could create a shell script out of that