system76: Remove kernel param ec_sys.write_support=1.

I don't think we need this in the generic configuration.  There is a call to
`modprobe ec_sys.write_support=1` in system76-driver, only for the airplane mode
daemon (which only applies to certain models, not including darp6), and the
driver executes the modprobe call anyhow.

Also the kernel's documentation for the parameter says:

    write_support:Dangerous, reboot and removal of battery may be needed. (bool)

So let's only enable this where it's required.
This commit is contained in:
Bryan Gardiner 2020-10-12 18:06:11 -07:00
parent d86324ba69
commit fdc0812787
No known key found for this signature in database
GPG Key ID: 53EFBCA063E6183C
1 changed files with 0 additions and 3 deletions

View File

@ -6,8 +6,5 @@
{
imports = [ ../common/pc ];
# This seems to be required for system76-driver.
boot.kernelParams = [ "ec_sys.write_support=1" ];
hardware.system76.enableAll = lib.mkDefault true;
}