From 21b283e314276a3c1ea6d7babe74932fbc6734e6 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 26 Jan 2023 15:26:40 +0100 Subject: [PATCH] sombrero: Allow unfree --- hosts/sombrero/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 5e2acd4..60f9f1b 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -7,6 +7,8 @@ { nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nixpkgs.config.allowUnfree = true; + imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix