Turned off non-free packages

This commit is contained in:
Serĉanto de Scio 2019-08-08 13:59:19 +10:00
parent 5e4ef6bc63
commit b5b5a80b07
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -19,7 +19,7 @@
nixpkgs.localSystem = {
system = "x86_64-linux";
config = "x86_64-unknown-linux-gnu";
allowUnfree = true;
allowUnfree = false;
};
# Tools that Linode support like to have install if you need them.