summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-02 20:12:06 +0100
committertv <tv@krebsco.de>2016-02-02 20:12:06 +0100
commit44b9f90b2c70c997399afcc550dac2fff155af6b (patch)
tree5852aeafa89e0136192df361801eb5e8d4ca3a55
parent34dcaa692382072889e7e796461933ff129d5a13 (diff)
tv config: allowUnfree = false
-rw-r--r--tv/2configs/default.nix3
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; [