Move arduino dev stack to io only
This commit is contained in:
parent
05dac860fa
commit
9add92c1a4
3 changed files with 12 additions and 10 deletions
|
|
@ -8,10 +8,6 @@
|
|||
loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
extraModprobeConfig = ''options bluetooth disable_ertm=1'';
|
||||
kernelModules = [
|
||||
"i2c-dev" # Required for arduino dev
|
||||
"i2c-piix4" # Required for arduino dev
|
||||
];
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue