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"]; + }; }; }