hosts/plover: move hcloud-related files into a dedicated folder

This commit is contained in:
Gabriel Arazas 2023-01-14 12:23:12 +08:00
parent 2f34656ee7
commit 7de5c14ef5
2 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ You could also easily create a server with `hcloud` with the following command:
[source, shell]
----
hcloud server create --location hel1 --type cx21 --image ubuntu-22.04 \
--user-data-from-file ./files/hcloud-user-data.yml \
--user-data-from-file ./files/hcloud/hcloud-user-data.yml \
--ssh-key foodogsquared@foodogsquared.one \
--name nixos-plover
----