From fc2f547919332fa8b56ecde0c663b888a9723b8e Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 21 Jul 2025 20:07:54 +0200 Subject: [PATCH] fix(stolas): allow unfree firmware --- nixos/stolas/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/stolas/default.nix b/nixos/stolas/default.nix index 5ee2a4a..db1f640 100644 --- a/nixos/stolas/default.nix +++ b/nixos/stolas/default.nix @@ -9,6 +9,7 @@ nixpkgs = { hostPlatform = "x86_64-linux"; + config.allowUnfree = true; }; boot = {