From 42506c8dfb914e356cf7243a0449e6df9c8a3947 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 8 Feb 2025 23:46:19 -0500 Subject: [PATCH] hold off on the lighthouse for now --- infrastructure/wce.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/wce.nix b/infrastructure/wce.nix index 8de2f13..12b30a2 100644 --- a/infrastructure/wce.nix +++ b/infrastructure/wce.nix @@ -37,12 +37,12 @@ }; }; - "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"]; + #}; }; }