From 9b7a17164a65a25ebcc55a4c29e7763a26b37c08 Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Wed, 25 Sep 2024 21:50:45 +0200 Subject: [PATCH] Allow unfree kernel modules and drivers --- lib/builders/modules/nix-commons/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/builders/modules/nix-commons/default.nix b/lib/builders/modules/nix-commons/default.nix index 624e2e2b..cd5e417b 100644 --- a/lib/builders/modules/nix-commons/default.nix +++ b/lib/builders/modules/nix-commons/default.nix @@ -14,6 +14,7 @@ in nix-config.flake = inputs.self; }; settings = { + allowUnfree = true; auto-optimise-store = lib.mkDefault true; experimental-features = [ "nix-command" "flakes" ]; log-lines = 30;