tv: RIP flash

This commit is contained in:
tv 2016-08-04 19:43:41 +02:00
parent 46d73a70ce
commit 2e4c4a8666
5 changed files with 0 additions and 11 deletions

View File

@ -69,8 +69,6 @@ with config.krebs.lib;
nixpkgs.config = {
allowUnfree = true;
chromium.enablePepperFlash = true;
firefox.enableAdobeFlash = true;
};
services.xserver = {

View File

@ -59,9 +59,6 @@ with config.krebs.lib;
swapDevices =[ ];
nixpkgs.config.firefox.enableAdobeFlash = true;
nixpkgs.config.chromium.enablePepperFlash = true;
nixpkgs.config.allowUnfree = true;
hardware.opengl.driSupport32Bit = true;

View File

@ -142,8 +142,6 @@ with config.krebs.lib;
};
};
nixpkgs.config.chromium.enablePepperFlash = true;
krebs.nixpkgs.allowUnfreePredicate = pkg: hasPrefix "nvidia-x11-" pkg.name;
hardware.bumblebee.enable = true;
hardware.bumblebee.group = "video";

View File

@ -153,8 +153,6 @@ with config.krebs.lib;
};
};
nixpkgs.config.chromium.enablePepperFlash = true;
environment.systemPackages = with pkgs; [
ethtool
tinc_pre

View File

@ -159,8 +159,6 @@ with config.krebs.lib;
};
};
nixpkgs.config.chromium.enablePepperFlash = true;
environment.systemPackages = with pkgs; [
ethtool
tinc_pre