mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
treewide: abstract away common configs into common/
This commit is contained in:
3
lenovo/ideapad/default.nix
Normal file
3
lenovo/ideapad/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
imports = [ ../../common/pc/laptop ];
|
||||
}
|
||||
@@ -1,7 +1,10 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
|
||||
imports = [
|
||||
../.
|
||||
../../../common/cpu/intel
|
||||
];
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/18356
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
|
||||
Reference in New Issue
Block a user