1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00
nixpkgs/nixos/modules
Charles Strahan da36847d92
nixos: make it easy to apply kernel patches
This makes it easy to specify kernel patches:

    boot.kernelPatches = [ pkgs.kernelPatches.ubuntu_fan_4_4 ];

To make the `boot.kernelPatches` option possible, this also makes it
easy to extend and/or modify the kernel packages within a linuxPackages
set. For example:

    pkgs.linuxPackages.extend (self: super: {
      kernel = super.kernel.override {
        kernelPatches = super.kernel.kernelPatches ++ [
          pkgs.kernelPatches.ubuntu_fan_4_4
        ];
      };
    });

Closes #15095
2016-10-11 19:59:00 -04:00
..
config timezone service: link localtime to /etc/zoneinfo instead of tzinfo directly 2016-10-11 16:55:52 +03:00
hardware Merge #18861: add AMDGPU-PRO driver 2016-10-11 19:57:30 +02:00
i18n/input-method ibus: refresh cache at startup 2016-10-03 05:25:41 -05:00
installer nixos-install: Bug fix for root password not being asked 2016-09-29 23:17:53 +03:00
misc Merge pull request #18452 from bendlas/init-postgrey 2016-09-30 15:31:44 +02:00
profiles treewide: sshfsFuse -> sshfs-fuse 2016-09-18 17:44:30 +02:00
programs zsh-syntax-highlighting: init at 0.4.1 2016-10-03 17:49:04 +02:00
security cacerts: refactor, add blacklist option 2016-10-09 02:00:18 +02:00
services x11 module: don't restart the display manager indefinitely (#19418) 2016-10-10 21:35:37 +01:00
system nixos: make it easy to apply kernel patches 2016-10-11 19:59:00 -04:00
tasks nixos network: fix evaluation after #19128 2016-10-12 00:06:34 +02:00
testing KDE test: Bump kdm start timeout 2016-05-27 11:22:27 +02:00
virtualisation container: fix extraVeth submodule usage 2016-10-09 16:02:14 +02:00
module-list.nix Merge #18861: add AMDGPU-PRO driver 2016-10-11 19:57:30 +02:00
rename.nix changelog for gnupg bump, fixes #18293 2016-09-30 13:14:53 +02:00