mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
thinkpad: drop intel.nix, explicit services.xserver.videoDrivers
Kernel modules are already generated with nixos-generate-config.
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user