nixos: add support for Ubuntu Fan Networking

This provides support for Ubuntu Fan Networking [1].

This includes:

* The fanctl package, and a corresponding NixOS service.
* iproute patches.
* kernel patches.

closes #9188

1: https://wiki.ubuntu.com/FanNetworking
This commit is contained in:
Charles Strahan
2015-08-13 14:27:14 -04:00
parent 18597ff658
commit c1ee8fefd4
9 changed files with 1523 additions and 1 deletions
+10
View File
@@ -58,6 +58,16 @@ rec {
patch = ./mips-ext3-n32.patch;
};
ubuntu_fan =
{ name = "ubuntu-fan";
patch = ./ubuntu-fan-3.patch;
};
ubuntu_fan_4 =
{ name = "ubuntu-fan";
patch = ./ubuntu-fan-4.patch;
};
tuxonice_3_10 = makeTuxonicePatch {
version = "2013-11-07";
kernelVersion = "3.10.18";