samsung/np900x3c: fix evaluation, drop old kernel notes

This commit is contained in:
Yegor Timoshenko 2017-12-24 12:34:24 +00:00
parent 0344137b57
commit f62ead1ce0
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 3 additions and 11 deletions

View File

@ -1,13 +1,5 @@
{ lib, ... }:
with lib;
{
imports = [ ../lib/kernel-version.nix ];
services.xserver.synaptics.enable = true;
kernelAtleast = singleton
{ version = "3.9";
msg = "Runtime system freezes can be expected on Linux kernels prior to 3.9, probably because of bugs in intel video drivers.";
};
}
services.xserver.synaptics.enable = lib.mkDefault true;
}