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 | 828ea685b19fac19f8ef7edb6e386204ada0de0e (patch) | |
tree | e863947698befd1f981e437616ebcb4464540cc0 /tv | |
parent | 239f48c4605b7f96237ad37b4ed2fd8c2b49a234 (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 31a8a3e..8c4af2b 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; |