feat: exclude ac71 driver
This commit is contained in:
parent
b3b809bd4a
commit
7caea914bd
1 changed files with 7 additions and 3 deletions
|
@ -3,7 +3,11 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
boot.extraModulePackages = [
|
||||
(config.boot.kernelPackages.callPackage ./package.nix { })
|
||||
];
|
||||
specialisation.ac71 = {
|
||||
configuration = {
|
||||
boot.extraModulePackages = [
|
||||
(config.boot.kernelPackages.callPackage ./package.nix { })
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue