diff --git a/README.md b/README.md index 7acffae..6b4b8ec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ When running on a desktop machine, simply running `nixos-install` as per usual s To provision the cloud resources needed, the following can be run: ```bash -nix run '.#create-instance` -- +nix run '.#create-instance' -- ``` This will run the `provision.pre` terraform code to ensure the cloud resources are created as needed, on either hetzner or openstack. It should also select the appropriate secrets backend to fetch secrets from. In general every server should use `vault` (OpenBAO) as the backend, except for the server hosting OpenBAO.