From 0eebb335883309ae71e0675586a5fb8d379234bc Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 10 Feb 2025 11:40:54 -0500 Subject: [PATCH] reactivate droplet now that we have build caching --- infrastructure/wce.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/wce.nix b/infrastructure/wce.nix index a7441a5..168bacd 100644 --- a/infrastructure/wce.nix +++ b/infrastructure/wce.nix @@ -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"]; + }; }; }