tv: RIP flash
This commit is contained in:
parent
46d73a70ce
commit
2e4c4a8666
|
@ -69,8 +69,6 @@ with config.krebs.lib;
|
|||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
chromium.enablePepperFlash = true;
|
||||
firefox.enableAdobeFlash = true;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -153,8 +153,6 @@ with config.krebs.lib;
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.chromium.enablePepperFlash = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ethtool
|
||||
tinc_pre
|
||||
|
|
|
@ -159,8 +159,6 @@ with config.krebs.lib;
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.chromium.enablePepperFlash = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ethtool
|
||||
tinc_pre
|
||||
|
|
Loading…
Reference in a new issue