sombrero: Allow unfree

This commit is contained in:
Alexander Heldt
2023-01-26 15:26:40 +01:00
parent aa7e99bfc6
commit 21b283e314

View File

@@ -7,6 +7,8 @@
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix