From 0dc8b18e09ec3bece5dc9f6b8c3b306288a5fe5c Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 10 Feb 2025 15:34:06 -0500 Subject: [PATCH] really need to figure out how to get sops and stuff to run on remote switches --- flake.nix | 1 - infrastructure/wce.nix | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index e6117a4..6508295 100644 --- a/flake.nix +++ b/flake.nix @@ -100,7 +100,6 @@ "${nixpkgs}/nixos/modules/virtualisation/digital-ocean-image.nix" { networking.hostName = "WCE-Lighthouse1"; - networking.useDHCP = nixpkgs.lib.mkForce false; sops.defaultSopsFile = inputs.nix-secrets.secrets.lighthouse1; } ] diff --git a/infrastructure/wce.nix b/infrastructure/wce.nix index 168bacd..a7441a5 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"]; + #}; }; }