From 1ec7fb3994f2440236133d526d168cfc54a9c386 Mon Sep 17 00:00:00 2001 From: Moritz Kempe Date: Tue, 14 Feb 2023 11:49:03 +0100 Subject: [PATCH] fixed incorrect spelling in deployment command When building with the old version, no build target exists for the specified command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1789a7f..4237ecc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ colmena apply --on host-a # A VM of the host can be built using plain nix build -nix build .\#nixosConfigurations.host-a.config.system.build.vmWithBootloader +nix build .\#nixosConfigurations.host-a.config.system.build.vmWithBootLoader ``` **Note on VMs**: Since the secrets are decrypted for each servers ssh key, the secrets setup will fail.