1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

Update default.nix: removing the fwupd line

This commit is contained in:
Matthieu Dubuget 2023-08-04 17:31:28 +02:00 committed by Jörg Thalheim
parent 6dcf1381ec
commit b4f1105b9c

View File

@ -9,7 +9,4 @@
boot.kernelParams = [ "i8042.nopnp=1" ]; boot.kernelParams = [ "i8042.nopnp=1" ];
boot.blacklistedKernelModules = [ "i2c_hid" "i2c_hid_acpi" ]; boot.blacklistedKernelModules = [ "i2c_hid" "i2c_hid_acpi" ];
boot.kernelModules = [ "synaptics_i2c"]; boot.kernelModules = [ "synaptics_i2c"];
# Allows for updating firmware via `fwupdmgr`.
services.fwupd.enable = true;
} }