mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
thinkpad: drop intel.nix, explicit services.xserver.videoDrivers
Kernel modules are already generated with nixos-generate-config.
This commit is contained in:
parent
1bb5593772
commit
0c17d72838
4 changed files with 5 additions and 9 deletions
|
|
@ -1,8 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../intel.nix ];
|
||||
|
||||
boot = {
|
||||
kernelParams = [
|
||||
"drm.debug=0"
|
||||
|
|
@ -86,4 +84,5 @@
|
|||
# ${pkgs.ethtool}/bin/ethtool -s enp0s25 wol d || true
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue