diff --git a/hosts/north/hardware.nix b/hosts/north/hardware.nix index c70c23b..d5d1b9f 100644 --- a/hosts/north/hardware.nix +++ b/hosts/north/hardware.nix @@ -25,7 +25,9 @@ ]; }; - hardware.logitech.lcd.enable = true; + # Disable until https://github.com/NixOS/nixpkgs/issues/368642 is resolved + # hardware.logitech.lcd.enable = true; + services = { fstrim.enable = true;