aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos/home.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-08-07 15:15:01 -0700
committerFranck Cuny <franck@fcuny.net>2022-08-08 17:10:45 -0700
commitb102cd5cb27e46b5b4035046bade1bb3d43a83dd (patch)
treeabb22bc38f38d10ccd2dae813172cc2b98784e6e /hosts/aptos/home.nix
parentfeat(ops/buildkite): use terraform to manage buildkite (diff)
downloadinfra-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 'hosts/aptos/home.nix')
-rw-r--r--hosts/aptos/home.nix1
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;