reactivate droplet now that we have build caching

This commit is contained in:
TheWanderingCrow 2025-02-10 11:40:54 -05:00
parent 682d9216de
commit 0eebb33588

View file

@ -40,12 +40,12 @@
storage_class = "Standard";
};
#"digitalocean_droplet"."do-wce-lighthouse1" = {
# image = "177939596"; # nixos-digitalocean
# name = "WCE-Lighthouse1";
# region = "nyc3";
# size = "s-1vcpu-1gb";
# ssh_keys = ["45378200"];
#};
"digitalocean_droplet"."do-wce-lighthouse1" = {
image = "177939596"; # nixos-digitalocean
name = "WCE-Lighthouse1";
region = "nyc3";
size = "s-1vcpu-1gb";
ssh_keys = ["45378200"];
};
};
}