From 10d326644b88b846f812f9d7bda035ce8a453953 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Mon, 29 Jan 2024 14:45:35 +0100 Subject: [PATCH] terraform => tofu --- hosts/mu/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/mu/fish.nix b/hosts/mu/fish.nix index 94ed147..109abd8 100644 --- a/hosts/mu/fish.nix +++ b/hosts/mu/fish.nix @@ -2,6 +2,7 @@ home-manager.users.caspervk = { programs.fish.shellAliases = { sm = "bw get totp e2be31fb-135f-4b28-88cd-b094000ddb67 | wl-copy; gcloud --project magenta-os2mo-production compute ssh --tunnel-through-iap saltmaster"; + terraform = "tofu"; }; }; }