From e2cc46b37e33643cf3dd017adb8a009bf143e246 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 25 Nov 2023 18:09:05 +0300 Subject: 2023-11-25 --- modules/common/profiles/dev/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/common/profiles/dev/default.nix') diff --git a/modules/common/profiles/dev/default.nix b/modules/common/profiles/dev/default.nix index 2d0c0f6..822778f 100644 --- a/modules/common/profiles/dev/default.nix +++ b/modules/common/profiles/dev/default.nix @@ -17,6 +17,7 @@ in { config = mkIf cfg.enable { nixfiles.modules = { + common.nix.allowedUnfreePackages = ["terraform"]; bat.enable = true; curl.enable = true; direnv.enable = true; @@ -89,6 +90,8 @@ in { sops httpie logcli + terraform + opentofu ]; }; }; -- cgit v1.2.3