Fix minor syntax error
This commit is contained in:
parent
11e64a4267
commit
85f2b6c295
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
To provision the cloud resources needed, the following can be run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run '.#create-instance` -- <hostname>
|
nix run '.#create-instance' -- <hostname>
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue