configuration: allow unfree packages
This commit is contained in:
parent
27d089afaa
commit
81a08e7d98
|
@ -107,4 +107,6 @@
|
||||||
# Before changing this value read the documentation for this option
|
# Before changing this value read the documentation for this option
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "20.09"; # Did you read the comment?
|
system.stateVersion = "20.09"; # Did you read the comment?
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true; # Because I don't care *that* much.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue