diff options
author | Franck Cuny <franck@fcuny.net> | 2022-08-07 15:15:01 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-08-08 17:10:45 -0700 |
commit | b102cd5cb27e46b5b4035046bade1bb3d43a83dd (patch) | |
tree | abb22bc38f38d10ccd2dae813172cc2b98784e6e /hosts/aptos | |
parent | feat(ops/buildkite): use terraform to manage buildkite (diff) | |
download | world-b102cd5cb27e46b5b4035046bade1bb3d43a83dd.tar.gz |
feat(home/terraform): install terraform when needed
Change-Id: Ie87672629ff23eeb93f5308898014cc737490b7c Reviewed-on: https://cl.fcuny.net/c/world/+/708 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 9f7cb0a..7fedd9d 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -26,6 +26,7 @@ shell.name = "fish"; ssh.enable = true; terminal.program = "alacritty"; + terraform.enable = true; tmux.enable = true; xdg.enable = true; |