README: document how to use krops
This commit is contained in:
parent
2283ee602a
commit
a5d6449284
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue