Update default.nix: removing the fwupd line
This commit is contained in:
parent
6dcf1381ec
commit
b4f1105b9c
|
@ -9,7 +9,4 @@
|
|||
boot.kernelParams = [ "i8042.nopnp=1" ];
|
||||
boot.blacklistedKernelModules = [ "i2c_hid" "i2c_hid_acpi" ];
|
||||
boot.kernelModules = [ "synaptics_i2c"];
|
||||
|
||||
# Allows for updating firmware via `fwupdmgr`.
|
||||
services.fwupd.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue