Commit 96f0f2e5efcc
Changed files (4)
hardware/thinkpad.nix
@@ -2,7 +2,7 @@
{
environment.systemPackages = with pkgs; [
- linuxPackages_4_11.tp_smapi
+ linuxPackages_4_12.tp_smapi
];
boot = {
kernelParams = [
machine/honshu.nix
@@ -28,7 +28,7 @@ time.timeZone = "Europe/Paris";
#boot.kernelParams = [ "nomodeset" "video=vesafb:off" "modprobe.blacklist=radeon" ];
# environment.systemPackages = with pkgs; [
-# linuxPackages_4_1.ati_drivers_x11
+# linuxPackages_4_12.ati_drivers_x11
#];
# system.activationScripts.drifix = ''
# mkdir -p /usr/lib/dri
profiles/desktop.nix
@@ -11,7 +11,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
- boot.kernelPackages = pkgs.linuxPackages_4_11;
+ boot.kernelPackages = pkgs.linuxPackages_4_12;
boot.tmpOnTmpfs = true;
environment.systemPackages = with pkgs; [
profiles/server.nix
@@ -8,5 +8,5 @@
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
- boot.kernelPackages = pkgs.linuxPackages_4_11;
+ boot.kernelPackages = pkgs.linuxPackages_4_12;
}