From b102cd5cb27e46b5b4035046bade1bb3d43a83dd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 7 Aug 2022 15:15:01 -0700 Subject: 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 --- hosts/aptos/home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/aptos') 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; -- cgit 1.4.1