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
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}