]> Git — Sourcephile - julm/julm-nix.git/commitdiff
T14sAMDGen1: note on fwupd main
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Mon, 20 Jan 2025 23:40:42 +0000 (00:40 +0100)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Mon, 20 Jan 2025 23:40:42 +0000 (00:40 +0100)
nixos/profiles/hardware/T14sAMDGen1.nix

index 4102ee42f1b349782d3053724cc1ab0a3ade31b3..b4a7030496021e846bb7b818cfa31806b11f2722 100644 (file)
@@ -51,6 +51,8 @@ with lib;
   hardware.trackpoint.enable = mkDefault true;
   hardware.trackpoint.emulateWheel = mkDefault config.hardware.trackpoint.enable;
 
+  # WarningNote: be sure to "allow Windows UEFI updates"
+  # See https://github.com/fwupd/fwupd/wiki/PluginFlag:capsules-unsupported
   services.fwupd.enable = true;
   services.upower.enable = true;
   services.libinput.enable = mkDefault true;