mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
Update default.nix: removing the fwupd line
This commit is contained in:
parent
6dcf1381ec
commit
b4f1105b9c
1 changed files with 0 additions and 3 deletions
|
@ -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