README: document how to use krops

This commit is contained in:
Raito Bezarius 2021-07-26 01:33:27 +02:00
parent 2283ee602a
commit a5d6449284

View file

@ -1,2 +1,13 @@
# NixOS configuration of klubrz's machines
## Machines
Refer to wiki for details.
- `core-services-01`
## How to deploy a machine?
Ensure you have the right access for the secrets.
Then, perform `$(nix-build krops.nix -A $MACHINE_NAME)` or `nix-build krops.nix -A $MACHINE_NAME && ./result` which will start the deployment process.