Drop down our droplet size by half.

It works, so, that's great.
This commit is contained in:
Eli Ribble 2025-07-11 20:31:04 +00:00
parent dd32f7f1ce
commit c6ee0599b0
2 changed files with 3 additions and 1 deletions

View file

@ -4,7 +4,7 @@ doctl compute droplet create \
--image debian-12-x64 \
--project-id ce2159e8-02f5-4169-8943-f34ccf812d23 \
--region sfo3 \
--size s-2vcpu-4gb \
--size s-1vcpu-2gb \
--ssh-keys 48777034,46710608 \
--tag-name nixos \
--wait