From 85f2b6c29558b0c2f289d758ad1a44703f1a5da4 Mon Sep 17 00:00:00 2001 From: Kaare Hoff Skovgaard Date: Tue, 8 Jul 2025 16:47:32 +0200 Subject: [PATCH] Fix minor syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.