Skip to content

Commit

Permalink
Allow unfree kernel modules and drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 25, 2024
1 parent 8b5199e commit 9b7a171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/builders/modules/nix-commons/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9b7a171

Please sign in to comment.