mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
really need to figure out how to get sops and stuff to run on remote switches
This commit is contained in:
parent
53fe81168b
commit
0dc8b18e09
2 changed files with 7 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"];
|
||||
#};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue