configuration: allow unfree packages

This commit is contained in:
Bruno BELANYI 2021-02-01 15:34:48 +01:00
parent 27d089afaa
commit 81a08e7d98

View file

@ -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.
}