really need to figure out how to get sops and stuff to run on remote switches

This commit is contained in:
TheWanderingCrow 2025-02-10 15:34:06 -05:00
parent 53fe81168b
commit 0dc8b18e09
2 changed files with 7 additions and 8 deletions

View file

@ -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;
}
]

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