From a5d64492840dbfe0f4020b4b3bc7b0500b62279d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 26 Jul 2021 01:33:27 +0200 Subject: [PATCH] README: document how to use krops --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index db47956..d608944 100644 --- a/README.md +++ b/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.