diff --git a/hosts/plover/README.adoc b/hosts/plover/README.adoc index 32b6708f..47ae111b 100644 --- a/hosts/plover/README.adoc +++ b/hosts/plover/README.adoc @@ -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 ---- diff --git a/hosts/plover/files/hcloud-user-data.yml b/hosts/plover/files/hcloud/hcloud-user-data.yml similarity index 100% rename from hosts/plover/files/hcloud-user-data.yml rename to hosts/plover/files/hcloud/hcloud-user-data.yml