mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
update readme for deploying to digital ocean
This commit is contained in:
parent
0ae3ac0ba0
commit
ef8fda8f35
2 changed files with 17 additions and 8 deletions
|
|
@ -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 = {};
|
||||
};
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue