From 76f1fe31ab160522e0b62d28f155114df3f2b5ce Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 1 Aug 2026 07:12:06 +0200 Subject: [PATCH] Trust Aerospace Homebrew tap --- module/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/configuration.nix b/module/configuration.nix index f4e67d1..c1aa220 100644 --- a/module/configuration.nix +++ b/module/configuration.nix @@ -54,7 +54,10 @@ taps = [ "homebrew/services" "mihaelamj/tap" - "nikitabobko/tap" + { + name = "nikitabobko/tap"; + trusted = true; + } ]; };