update readme for deploying to digital ocean

This commit is contained in:
TheWanderingCrow 2025-02-07 12:11:39 -05:00
parent 0ae3ac0ba0
commit ef8fda8f35
2 changed files with 17 additions and 8 deletions

View file

@ -95,6 +95,7 @@
modules =
[
./hosts/WCE-Lighthouse
"${nixpkgs}/nixos/modules/virtualisation/digital-ocean-image.nix"
{
networking.hostName = "WCE-Lighthouse1";
networking.useDHCP = nixpkgs.lib.mkForce false;
@ -103,10 +104,6 @@
services.cloud-init = {
enable = true;
network.enable = true;
# not strictly needed, just for good measure
datasource_list = ["DigitalOcean"];
datasource.DigitalOcean = {};
};
}
]