fixed incorrect spelling in deployment command
When building with the old version, no build target exists for the specified command.
This commit is contained in:
parent
f337dd087b
commit
1ec7fb3994
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue