From 81a08e7d98590f544d92f227f6095b058c32259e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 1 Feb 2021 15:34:48 +0100 Subject: [PATCH] configuration: allow unfree packages --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index d290fb4..1a3f940 100644 --- a/configuration.nix +++ b/configuration.nix @@ -107,4 +107,6 @@ # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "20.09"; # Did you read the comment? + + nixpkgs.config.allowUnfree = true; # Because I don't care *that* much. }