From 4524397d834d426aca17288d2894b787b959f105 Mon Sep 17 00:00:00 2001 From: m3tam3re
Date: Mon, 11 May 2026 08:52:12 +0200 Subject: [PATCH] chore: allow unfree --- profiles/base/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/base/default.nix b/profiles/base/default.nix index 2923231..398b104 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -40,6 +40,7 @@ settings = { experimental-features = ["nix-command" "flakes"]; warn-dirty = false; + allowUnfree = true; }; };