diff options
| author | tv <tv@krebsco.de> | 2016-02-02 20:12:06 +0100 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2016-02-02 20:12:06 +0100 | 
| commit | 44b9f90b2c70c997399afcc550dac2fff155af6b (patch) | |
| tree | 5852aeafa89e0136192df361801eb5e8d4ca3a55 | |
| parent | 34dcaa692382072889e7e796461933ff129d5a13 (diff) | |
tv config: allowUnfree = false
| -rw-r--r-- | tv/2configs/default.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 777cd4ea3..ee1d9521d 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -71,6 +71,9 @@ with lib;        nix.useChroot = true;      }      { +      nixpkgs.config.allowUnfree = false; +    } +    {        environment.profileRelativeEnvVars.PATH = mkForce [ "/bin" ];        environment.systemPackages = with pkgs; [ | 
