From bb0436a97481694aa0709f1ef0b6b772cc8b7fa9 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 10 Dec 2023 06:06:03 -0700 Subject: [PATCH] Nest digitial ocean image under `images` directory. --- README.md | 8 ++++---- .../digital-ocean-23.11pre-git}/flake.lock | 0 .../digital-ocean-23.11pre-git}/flake.nix | 0 images/digital-ocean-23.11pre-git/result | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) rename {digital-ocean => images/digital-ocean-23.11pre-git}/flake.lock (100%) rename {digital-ocean => images/digital-ocean-23.11pre-git}/flake.nix (100%) create mode 120000 images/digital-ocean-23.11pre-git/result diff --git a/README.md b/README.md index 41f39a6..d1eb305 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ $ colmena apply-local [--sudo] Remote machines are hosted on [DigitalOcean](https://www.digitalocean.com/). The custom image used by each droplet can be built using the top-level -`digital-ocean` flake. This image disables a root password in favor of SSH. -A droplet running this image will automatically pull in any enabled SSH keys -from your DigitalOcean account at creation time (so make sure to include them -when creating a new droplet). +`images/digital-ocean-23.11pre-git` flake. This image disables a root password +in favor of SSH. A droplet running this image will automatically pull in any +enabled SSH keys from your DigitalOcean account at creation time (so make sure +to include them when creating a new droplet). ### Secrets diff --git a/digital-ocean/flake.lock b/images/digital-ocean-23.11pre-git/flake.lock similarity index 100% rename from digital-ocean/flake.lock rename to images/digital-ocean-23.11pre-git/flake.lock diff --git a/digital-ocean/flake.nix b/images/digital-ocean-23.11pre-git/flake.nix similarity index 100% rename from digital-ocean/flake.nix rename to images/digital-ocean-23.11pre-git/flake.nix diff --git a/images/digital-ocean-23.11pre-git/result b/images/digital-ocean-23.11pre-git/result new file mode 120000 index 0000000..83f0814 --- /dev/null +++ b/images/digital-ocean-23.11pre-git/result @@ -0,0 +1 @@ +/nix/store/599gmjwcjh233vbmcm35k87dap5bmd7d-digital-ocean-image \ No newline at end of file