diff options
author | tv <tv@krebsco.de> | 2016-02-02 20:06:15 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-02 20:06:15 +0100 |
commit | 34dcaa692382072889e7e796461933ff129d5a13 (patch) | |
tree | 12ed1d8d34ec9eb17695f4c0a7370539536fa46d /tv | |
parent | ba4bfed2715cb3973f9dbaa6f0a6010c59121a54 (diff) |
xu: don't unconditionally allowUnfree
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/xu.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 31a8a3e99..8c4af2bd3 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -155,7 +155,6 @@ with lib; nixpkgs.config.chromium.enablePepperFlash = true; - nixpkgs.config.allowUnfree = true; #hardware.bumblebee.enable = true; #hardware.bumblebee.group = "video"; hardware.enableAllFirmware = true; |