mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
gitignore tplan files
This commit is contained in:
parent
b11cedf26b
commit
4f67bbab68
3 changed files with 9 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@ override.tf.json
|
||||||
.terraform.tfstate.lock.info
|
.terraform.tfstate.lock.info
|
||||||
.terraformrc
|
.terraformrc
|
||||||
terraform.rc
|
terraform.rc
|
||||||
|
*.tplan
|
||||||
|
|
|
||||||
|
|
@ -29,11 +29,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#resource."digitalocean_droplet"."do-wce-lighthouse1" = {
|
resource."digitalocean_droplet"."do-wce-lighthouse1" = {
|
||||||
# image = "177939596"; # nixos-digitalocean
|
image = "177939596"; # nixos-digitalocean
|
||||||
# name = "do-wce-lighthouse1";
|
name = "do-wce-lighthouse1";
|
||||||
# region = "nyc3";
|
region = "nyc3";
|
||||||
# size = "s-1vcpu-1gb";
|
size = "s-1vcpu-1gb";
|
||||||
# ssh_keys = ["45378200"];
|
ssh_keys = ["45378200"];
|
||||||
#};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
NIX_CONFIG = "extra-experimental-features = nix-command flakes";
|
NIX_CONFIG = "extra-experimental-features = nix-command flakes";
|
||||||
DIGITALOCEAN_TOKEN = builtins.readFile /run/secrets/digitalocean/token;
|
DIGITALOCEAN_TOKEN = builtins.readFile /run/secrets/digitalocean/token;
|
||||||
|
AWS_PROFILE = "wce";
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue