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 | 721d632b188f101a238610a7ffa4ad0fcce499bb (patch) | |
tree | 3d95b20798f32d5904043db070f54993b03b2aa7 /tv | |
parent | 828ea685b19fac19f8ef7edb6e386204ada0de0e (diff) |
tv config: allowUnfree = false
Diffstat (limited to 'tv')
-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 777cd4e..ee1d952 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; [ |